MCPcopy Create free account
hub / github.com/Effect-TS/effect / write

Function write

packages/experimental/src/EventLog.ts:335–337  ·  view source on GitHub ↗
(tag, payload)

Source from the content-addressed store, hash-verified

333 entries,
334 events: taggedPayloads as any,
335 write(tag, payload) {
336 return writePayload(entries[0].createdAtMillis, tag, payload)
337 }
338 }).pipe(
339 Effect.locally(FiberRef.currentContext, context)
340 ) as Effect.Effect<void>)

Callers 1

writePayloadFunction · 0.70

Calls 2

writePayloadFunction · 0.85
syncMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…