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

Method getAll

packages/query-core/src/queryCache.ts:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 getAll(): Array<Query> {
180 return [...this.#queries.values()]
181 }
182
183 find<TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData>(
184 filters: WithRequired<QueryFilters, 'queryKey'>,

Callers 15

clearMethod · 0.95
findMethod · 0.95
findAllMethod · 0.95
onFocusMethod · 0.95
onOnlineMethod · 0.95
setupDevtoolsFunction · 0.45
ContentViewFunction · 0.45
MutationRowFunction · 0.45
QueryStatusCountFunction · 0.45
MutationStatusCountFunction · 0.45
QueryDetailsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected