initDatasetTab function exported
Last updated: 2026-03-04T23:21:38.430Z
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
initDatasetTab(): : void
Source Code
export function initDatasetTab(): void {
bindDatasetEvents();
void loadDatasetTab();
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| bindDatasetEvents | calls |
| loadDatasetTab | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| main | calls |