Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ getSettingsFile
Function
getSettingsFile
src/proxy/server/settings.js:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
function
getSettingsFile() {
19
return
path.join(getSettingsDir(),
'settings.json'
);
20
}
21
22
function
readSettings() {
23
try {
Callers
4
proxySettings.test.js
File · 0.85
readSettings
Function · 0.85
writeSettings
Function · 0.85
clearSettings
Function · 0.85
Calls
1
getSettingsDir
Function · 0.85
Tested by
no test coverage detected