(shardId: string)
| 111 | const refailPersistence = <A, E, R>(effect: Effect.Effect<A, E, R>) => PersistenceError.refail(effect) |
| 112 | const cosmosId = (id: string) => encodeURIComponent(id) |
| 113 | const messagePartition = (shardId: string) => `message::${shardId}` |
| 114 | const messageDocId = (envelope: Envelope.Encoded, primaryKey: string | null) => |
| 115 | cosmosId(primaryKey === null ? envelopeId(envelope) : `primary::${primaryKey}`) |
| 116 | const replyPartition = (requestId: string) => `reply::${requestId}` |
no outgoing calls
no test coverage detected
searching dependent graphs…