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)

graph LR initDatasetTab["initDatasetTab"] bindDatasetEvents["bindDatasetEvents"] loadDatasetTab["loadDatasetTab"] initDatasetTab -->|calls| bindDatasetEvents initDatasetTab -->|calls| loadDatasetTab style initDatasetTab fill:#dbeafe,stroke:#2563eb,stroke-width:2px click initDatasetTab "a79227daf4a64033.html" click bindDatasetEvents "f0efa64bdb9c9631.html" click loadDatasetTab "b3fe54aefc5df3fa.html"
TargetType
bindDatasetEvents calls
loadDatasetTab calls

Impact (Incoming)

graph LR initDatasetTab["initDatasetTab"] main["main"] main -->|calls| initDatasetTab style initDatasetTab fill:#dbeafe,stroke:#2563eb,stroke-width:2px click initDatasetTab "a79227daf4a64033.html" click main "14348c66c1e5604a.html"
SourceType
main calls