MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / set

Method set

codefox-common/src/config-loader.ts:125–128  ·  view source on GitHub ↗
(path: string, value: any)

Source from the content-addressed store, hash-verified

123 }
124
125 set(path: string, value: any) {
126 _.set(ConfigLoader.config, path, value);
127 this.saveConfig();
128 }
129
130 private saveConfig() {
131 const configDir = path.dirname(this.configPath);

Callers 15

ProjectProviderFunction · 0.80
handleCardClickFunction · 0.80
MovingBorderFunction · 0.80
AnimatedNumberFunction · 0.80
authenticatedFetchFunction · 0.80
runDockerContainerFunction · 0.80
downloadProjectMethod · 0.80
constructorMethod · 0.80
setGlobalContextMethod · 0.80
setNodeDataMethod · 0.80
startNodeExecutionMethod · 0.80
registerHandlerMethod · 0.80

Calls 1

saveConfigMethod · 0.95

Tested by 3

constructorMethod · 0.64
setGlobalContextMethod · 0.64
setNodeDataMethod · 0.64