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

Method resumePausedMutations

packages/query-core/src/queryClient.ts:526–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524 }
525
526 resumePausedMutations(): Promise<unknown> {
527 if (onlineManager.isOnline()) {
528 return this.#mutationCache.resumePausedMutations()
529 }
530 return Promise.resolve()
531 }
532
533 getQueryCache(): QueryCache {
534 return this.#queryCache

Callers 8

mountMethod · 0.95
mutation.test.tsxFile · 0.45
hydration.test.tsxFile · 0.45
AppFunction · 0.45
AppFunction · 0.45

Calls 1

isOnlineMethod · 0.80

Tested by

no test coverage detected