Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ clearIfStale
Function
clearIfStale
src/proxy/server/settings.js:87–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
function
clearIfStale() {
88
if
(isStaleProxy()) {
89
clearSettings({ force: true });
90
return
true;
91
}
92
return
false;
93
}
94
95
function
getProxyUrl() {
96
const
settings = readSettings();
Callers
2
proxySettings.test.js
File · 0.85
start
Method · 0.85
Calls
2
isStaleProxy
Function · 0.85
clearSettings
Function · 0.85
Tested by
no test coverage detected