MCPcopy Create free account
hub / github.com/tiann/hapi / shouldRetryOpencodeModelsQuery

Function shouldRetryOpencodeModelsQuery

web/src/hooks/queries/useOpencodeModels.ts:7–9  ·  view source on GitHub ↗
(failureCount: number)

Source from the content-addressed store, hash-verified

5import { queryKeys } from '@/lib/query-keys'
6
7export function shouldRetryOpencodeModelsQuery(failureCount: number): boolean {
8 return failureCount < 3
9}
10
11const MAX_OPENCODE_MODEL_DISCOVERY_POLLS = 10
12

Callers 2

useOpencodeModelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected