MCPcopy Index your code
hub / github.com/Effect-TS/effect / client

Function client

packages/cluster/src/Entity.ts:234–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 return Effect.map(shardingTag, (sharding) => sharding.getShardId(entityId, this.getShardGroup(entityId)))
233 },
234 get client() {
235 return shardingTag.pipe(
236 Effect.flatMap((sharding) => sharding.makeClient(this as any))
237 )
238 },
239 toLayer<
240 Rpcs extends Rpc.Any,
241 Handlers extends HandlersFrom<Rpcs>,

Callers 3

layerHttpApiFunction · 0.85
layerRpcHandlersFunction · 0.85

Calls 1

pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…