MCPcopy Create free account
hub / github.com/6174/comflowyspace / getSetupConfig

Method getSetupConfig

apps/node/src/modules/config-manager.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 getSetupConfig(): AppConfigs["appSetupConfig"] {
43 return this.#getJSONKey(CONFIG_KEYS.appSetupConfig)
44 }
45
46 #getJSONKey(key: string): any {
47 const raw = this.config.get(key);

Callers 5

updateCondaInfoMethod · 0.80
checkBasicRequirementsFunction · 0.80
getCivitAITokenFunction · 0.80
ApiGetAllConfigFunction · 0.80
ApiSetAppConfigFunction · 0.80

Calls 1

#getJSONKeyMethod · 0.95

Tested by

no test coverage detected