MCPcopy Create free account
hub / github.com/effect-app/libs / queryFamilyCacheKey

Function queryFamilyCacheKey

packages/vue/src/query.ts:111–113  ·  view source on GitHub ↗
(
  q: { readonly id: string; readonly options?: ClientForOptions; readonly queryKeyProjectionHash?: string }
)

Source from the content-addressed store, hash-verified

109 readonly id: string
110 readonly handler: (i: I) => Stream.Stream<A, E, any>
111 readonly options?: ClientForOptions
112 readonly queryKeyProjectionHash?: string
113}
114
115const queryFamilyCacheKey = (
116 q: { readonly id: string; readonly options?: ClientForOptions; readonly queryKeyProjectionHash?: string }

Callers 3

getQueryFamilyFunction · 0.85
getStreamQueryFamilyFunction · 0.85

Calls 2

makeQueryKeyFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…