* Get the ShardId for the given EntityId.
(entityId: EntityId)
| 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. |
no outgoing calls
no test coverage detected