Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
191
function
clearRetryState(key: string) {
192
clearRetryTimeout(key)
193
retryCounts.delete(key)
194
}
195
196
function
deleteCacheEntry(key: string): void {
197
bumpGeneration(key)
Callers
2
deleteCacheEntry
Function · 0.85
useActivityQuery
Function · 0.85
Calls
2
clearRetryTimeout
Function · 0.85
delete
Method · 0.80
Tested by
no test coverage detected