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

Function write

packages/experimental/src/EventLogRemote.ts:275–275  ·  view source on GitHub ↗
(request: typeof ProtocolRequest.Type)

Source from the content-addressed store, hash-verified

273 }
274
275 const write = (request: typeof ProtocolRequest.Type) => Effect.gen(() => writeGen(request))
276
277 yield* Effect.gen(function*() {
278 let pendingCounter = 0

Callers 2

fromSocketFunction · 0.70
handleMessageFunction · 0.70

Calls 1

writeGenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…