Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateCondaInfo
Method · 0.80
checkBasicRequirements
Function · 0.80
getCivitAIToken
Function · 0.80
ApiGetAllConfig
Function · 0.80
ApiSetAppConfig
Function · 0.80
Calls
1
#getJSONKey
Method · 0.95
Tested by
no test coverage detected