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

Method findAll

packages/query-core/src/mutationCache.ts:219–221  ·  view source on GitHub ↗
(filters: MutationFilters = {})

Source from the content-addressed store, hash-verified

217 }
218
219 findAll(filters: MutationFilters = {}): Array<Mutation> {
220 return this.getAll().filter((mutation) => matchMutation(filters, mutation))
221 }
222
223 notify(event: MutationCacheNotifyEvent) {
224 notifyManager.batch(() => {

Callers

nothing calls this directly

Calls 2

getAllMethod · 0.95
matchMutationFunction · 0.90

Tested by

no test coverage detected