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

Function clearRetryTimeout

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

Source from the content-addressed store, hash-verified

183}
184
185function clearRetryTimeout(key: string) {
186 const t = retryTimeouts.get(key)
187 if (t) clearTimeout(t)
188 retryTimeouts.delete(key)
189}
190
191function clearRetryState(key: string) {
192 clearRetryTimeout(key)

Callers 3

clearRetryStateFunction · 0.85
useActivityQueryFunction · 0.85
simulateFailedFetchFunction · 0.85

Calls 2

deleteMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected