MCPcopy Create free account
hub / github.com/TanStack/db / isSubscribed

Function isSubscribed

packages/query-db-collection/src/query.ts:1405–1407  ·  view source on GitHub ↗
(hashedQueryKey: string)

Source from the content-addressed store, hash-verified

1403 }
1404
1405 const isSubscribed = (hashedQueryKey: string) => {
1406 return unsubscribes.has(hashedQueryKey)
1407 }
1408
1409 const subscribeToQuery = (
1410 observer: QueryObserver<Array<any>, any, Array<any>, Array<any>, any>,

Callers 1

subscribeToQueryFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected