Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ resetForTests
Method
resetForTests
server/modules/runtimeCache.js:805–811 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
803
}
804
805
async
resetForTests() {
806
this.inFlight.clear();
807
808
if
(typeof this.store.clear ===
"function"
) {
809
this.store.clear();
810
}
811
}
812
}
813
814
module.exports =
new
RuntimeCacheService();
Callers
1
runtimeCache.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected