MCPcopy Index your code
hub / github.com/TanStack/query / getAll

Method getAll

packages/query-core/src/mutationCache.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 getAll(): Array<Mutation> {
201 return Array.from(this.#mutations)
202 }
203
204 find<
205 TData = unknown,

Callers 3

findMethod · 0.95
findAllMethod · 0.95
resumePausedMutationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected