(cfg: QodexConfig)
| 142 | |
| 143 | let _active: QodexConfig | null = null; |
| 144 | export function setActiveConfig(cfg: QodexConfig): void { _active = cfg; } |
| 145 | export function getActiveConfig(): QodexConfig | null { return _active; } |
no outgoing calls
no test coverage detected