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

Function setFetching

cli/src/hooks/use-activity-query.ts:621–623  ·  view source on GitHub ↗
(queryKey: readonly unknown[], fetching: boolean)

Source from the content-addressed store, hash-verified

619 else cache.refCounts.set(key, count)
620 },
621 setFetching(queryKey: readonly unknown[], fetching: boolean): void {
622 setQueryFetching(serializeQueryKey(queryKey), fetching)
623 },
624 getInFlight(queryKey: readonly unknown[]): boolean {
625 return inFlight.has(serializeQueryKey(queryKey))
626 },

Callers

nothing calls this directly

Calls 2

setQueryFetchingFunction · 0.85
serializeQueryKeyFunction · 0.85

Tested by

no test coverage detected