Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProjectProvider
Function · 0.80
handleCardClick
Function · 0.80
MovingBorder
Function · 0.80
AnimatedNumber
Function · 0.80
authenticatedFetch
Function · 0.80
runDockerContainer
Function · 0.80
downloadProject
Method · 0.80
constructor
Method · 0.80
setGlobalContext
Method · 0.80
setNodeData
Method · 0.80
startNodeExecution
Method · 0.80
registerHandler
Method · 0.80
Calls
1
saveConfig
Method · 0.95
Tested by
3
constructor
Method · 0.64
setGlobalContext
Method · 0.64
setNodeData
Method · 0.64