MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / clearRetryState

Function clearRetryState

cli/src/hooks/use-activity-query.ts:191–194  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

189}
190
191function clearRetryState(key: string) {
192 clearRetryTimeout(key)
193 retryCounts.delete(key)
194}
195
196function deleteCacheEntry(key: string): void {
197 bumpGeneration(key)

Callers 2

deleteCacheEntryFunction · 0.85
useActivityQueryFunction · 0.85

Calls 2

clearRetryTimeoutFunction · 0.85
deleteMethod · 0.80

Tested by

no test coverage detected