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

Function makeEntryId

packages/experimental/src/EventJournal.ts:157–159  ·  view source on GitHub ↗
(options: { msecs?: number } = {})

Source from the content-addressed store, hash-verified

155 * @category entry
156 */
157export const makeEntryId = (options: { msecs?: number } = {}): EntryId => {
158 return Uuid.v7(options, new Uint8Array(16)) as EntryId
159}
160
161/**
162 * @since 1.0.0

Callers 3

writeFunction · 0.85
makeIndexedDbFunction · 0.85
writePayloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected