MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / clear

Method clear

src/utils/memoryStorage.js:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 async clear() {
90 this.data.clear();
91 this.expirationTimes.clear();
92 return true;
93 }
94}
95
96export { MemoryStorage };

Callers 2

clearAllRateLimitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected