MCPcopy
hub / github.com/TanStack/query / isOnline

Method isOnline

packages/query-core/src/onlineManager.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 isOnline(): boolean {
67 return this.#online
68 }
69}
70
71export const onlineManager = new OnlineManager()

Callers 6

ContentViewFunction · 0.80
resumePausedMutationsMethod · 0.80
canFetchFunction · 0.80
canContinueFunction · 0.80
MoviesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected