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

Function getRetryTimeout

cli/src/hooks/use-activity-query.ts:613–615  ·  view source on GitHub ↗
(queryKey: readonly unknown[])

Source from the content-addressed store, hash-verified

611 retryCounts.set(serializeQueryKey(queryKey), count)
612 },
613 getRetryTimeout(queryKey: readonly unknown[]): ReturnType<typeof setTimeout> | undefined {
614 return retryTimeouts.get(serializeQueryKey(queryKey))
615 },
616 setRefCount(queryKey: readonly unknown[], count: number): void {
617 const key = serializeQueryKey(queryKey)
618 if (count === 0) cache.refCounts.delete(key)

Callers

nothing calls this directly

Calls 2

serializeQueryKeyFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected