MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / cm

Function cm

apps/desktop/main/api/index.ts:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function cm(): ConfigManager {
28 if (!_configManager) throw new Error('[ApiServer] ConfigManager not initialized. Call setConfigManager() first.')
29 return _configManager
30}
31
32export interface ApiServerStatus {
33 running: boolean

Callers 5

startFunction · 0.85
autoStartFunction · 0.85
setEnabledFunction · 0.85
setPortFunction · 0.85
getConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected