MCPcopy 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
49export function clearRateLimit(key) {
50 rateLimitStore.delete(key);
51}
52
53export function clearAllRateLimits() {
54 rateLimitStore.clear();

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected