MCPcopy Create free account
hub / github.com/TanStack/query / clearContextClient

Function clearContextClient

packages/lit-query/src/controllers/BaseController.ts:271–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269 }
270
271 private clearContextClient(): void {
272 this.contextUnsubscribe?.()
273 this.contextUnsubscribe = undefined
274 this.contextClient = undefined
275 }
276
277 private updateQueryClientResolutionState(
278 nextState: QueryClientResolutionState,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected