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

Function clientFor__

packages/vue/src/makeClient.ts:1219–1223  ·  view source on GitHub ↗
(
    m: M,
    queryInvalidation?: QueryInvalidationFactory<M>,
    invalidationResources?: InvalidationResourcesFor<M>
  )

Source from the content-addressed store, hash-verified

1217 }
1218 })
1219 }
1220
1221 // TODO: Clean up this delay initialisation messs
1222 // TODO; invalidateQueries should perhaps be configured in the Request impl themselves?
1223 const clientFor__ = <M extends RequestsAny>(
1224 m: M,
1225 queryInvalidation?: QueryInvalidationFactory<M>,
1226 invalidationResources?: InvalidationResourcesFor<M>

Callers 1

getOrMakeClientFunction · 0.85

Calls 3

mapClientFunction · 0.85
pipeMethod · 0.65
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…