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

Class

packages/query-core/src/queriesObserver.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export class QueriesObserver<
30 TCombinedResult = Array<QueryObserverResult>,
31> extends Subscribable<QueriesObserverListener> {
32 #client: QueryClient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected