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

Method onDisconnected

packages/lit-query/src/useIsMutating.ts:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 protected onDisconnected(): void {
49 this.unsubscribe?.()
50 this.unsubscribe = undefined
51 this.syncClient()
52 }
53
54 protected onHostUpdate(): void {
55 if (typeof this.filters !== 'function') {

Callers

nothing calls this directly

Calls 1

syncClientMethod · 0.95

Tested by

no test coverage detected