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

Method get

apps/node/src/modules/config-manager.ts:18–20  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

16
17 // 获取配置项 p
18 get(key: string): any {
19 return this.config.get(key);
20 }
21
22 // 设置配置项
23 set(key: string, value: any): void {

Callers 15

subscribeMethod · 0.45
onSubMethod · 0.45
updateByJsonFunction · 0.45
onSyncupTemporaryStateFunction · 0.45
ydoc-utils.tsFile · 0.45
getCivitModelsFunction · 0.45
getDocMethod · 0.45
fetchSizeFunction · 0.45
startAppServerFunction · 0.45
#getJSONKeyMethod · 0.45
serveFunction · 0.45
getComfyUIDirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected