initCacheTab function exported
Last updated: 2026-03-01T23:25:47.136Z
Location
Metrics
LOC: 5
Complexity: 1
Params: 0
Signature
initCacheTab(): : void
Source Code
export function initCacheTab(): void {
bindCacheEvents();
void loadFieldCache();
void loadLearnedEntries();
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| bindCacheEvents | calls |
| loadFieldCache | calls |
| loadLearnedEntries | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| main | calls |