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