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

Function shardIdFromString

packages/infra/src/ClusterCosmos.ts:342–343  ·  view source on GitHub ↗
(shardId: string)

Source from the content-addressed store, hash-verified

340 }
341
342const shardIdFromString = (shardId: string): Envelope.Encoded["address"]["shardId"] =>
343 ShardId.fromStringEncoded(shardId)
344
345const machineIdCounterDocId = cosmosId("machine-id-counter")
346

Callers 1

envelopeFromDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…