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

Function getOrMakeClient

packages/vue/src/makeClient.ts:1241–1241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1239 const [queryInvalidation, invalidationResources] = args as [
1240 QueryInvalidationFactory<M> | undefined,
1241 InvalidationResourcesFor<M> | undefined
1242 ]
1243 type Client = ReturnType<typeof clientFor__<M>>
1244 let client: Client | undefined = undefined

Callers 1

getFunction · 0.85

Calls 1

clientFor__Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…