MCPcopy 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
87function clearIfStale() {
88 if (isStaleProxy()) {
89 clearSettings({ force: true });
90 return true;
91 }
92 return false;
93}
94
95function getProxyUrl() {
96 const settings = readSettings();

Callers 2

startMethod · 0.85

Calls 2

isStaleProxyFunction · 0.85
clearSettingsFunction · 0.85

Tested by

no test coverage detected