initRulesTab function exported

Last updated: 2026-03-04T23:21:38.433Z

Metrics

LOC: 4 Complexity: 1 Params: 0

Signature

initRulesTab(): : void

Source Code

export function initRulesTab(): void {
  bindRulesEvents();
  void loadRules();
}

Dependencies (Outgoing)

graph LR initRulesTab["initRulesTab"] bindRulesEvents["bindRulesEvents"] loadRules["loadRules"] initRulesTab -->|calls| bindRulesEvents initRulesTab -->|calls| loadRules style initRulesTab fill:#dbeafe,stroke:#2563eb,stroke-width:2px click initRulesTab "d8b3be773c58391d.html" click bindRulesEvents "3107cd11f10b1501.html" click loadRules "9993895f2b3163a1.html"
TargetType
bindRulesEvents calls
loadRules calls

Impact (Incoming)

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