MCPcopy 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
814module.exports = new RuntimeCacheService();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected