MCPcopy Create free account
hub / github.com/Effect-TS/effect / getShardId

Method getShardId

packages/cluster/src/Entity.ts:84–84  ·  view source on GitHub ↗

* Get the ShardId for the given EntityId.

(entityId: EntityId)

Source from the content-addressed store, hash-verified

82 * Get the ShardId for the given EntityId.
83 */
84 getShardId(entityId: EntityId): Effect.Effect<ShardId.ShardId, never, Sharding>
85
86 /**
87 * Annotate the entity with a value.

Callers 3

getShardIdFunction · 0.80
entityAddressForFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected