Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
133
export
const
makeRemoteId = (): RemoteId => Uuid.v4({},
new
Uint8Array(16)) as RemoteId
134
135
/**
136
* @since 1.0.0
Callers
2
makeStorage
Function · 0.90
EventLogServer.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected