Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
96
export
{ MemoryStorage };
Callers
2
resetAbuseProtectionState
Function · 0.80
clearAllRateLimits
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected