Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ clearRateLimit
Function
clearRateLimit
src/utils/rateLimiter.js:49–51 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
47
}
48
49
export
function
clearRateLimit(key) {
50
rateLimitStore.delete(key);
51
}
52
53
export
function
clearAllRateLimits() {
54
rateLimitStore.clear();
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected