MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / setActiveConfig

Function setActiveConfig

src/config/loader.ts:144–144  ·  view source on GitHub ↗
(cfg: QodexConfig)

Source from the content-addressed store, hash-verified

142
143let _active: QodexConfig | null = null;
144export function setActiveConfig(cfg: QodexConfig): void { _active = cfg; }
145export function getActiveConfig(): QodexConfig | null { return _active; }

Callers 2

bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected