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

Function makeRemoteId

packages/experimental/src/EventJournal.ts:133–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 * @category remote
132 */
133export const makeRemoteId = (): RemoteId => Uuid.v4({}, new Uint8Array(16)) as RemoteId
134
135/**
136 * @since 1.0.0

Callers 2

makeStorageFunction · 0.90
EventLogServer.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected