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

Method set

apps/node/src/modules/config-manager.ts:23–25  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

21
22 // 设置配置项
23 set(key: string, value: any): void {
24 this.config.set(key, value);
25 }
26
27 // 删除配置项
28 delete(key: string): void {

Callers 12

onSubMethod · 0.45
fromJsonFunction · 0.45
updateControlBoardFunction · 0.45
updateByJsonFunction · 0.45
onSyncupTemporaryStateFunction · 0.45
ydoc-utils.tsFile · 0.45
getCivitModelsFunction · 0.45
setupWebsocketHandlerFunction · 0.45
ApiSetupConfigFunction · 0.45
ApiSetRunConfigFunction · 0.45
ApiSetAppConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected