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

Function write

packages/experimental/src/EventLogServer.ts:61–61  ·  view source on GitHub ↗
(response: typeof ProtocolResponse.Type)

Source from the content-addressed store, hash-verified

59 }
60 }
61 const write = (response: typeof ProtocolResponse.Type) => Effect.gen(() => writeGen(response))
62
63 yield* Effect.fork(write(new Hello({ remoteId })))
64

Callers 2

handlerFunction · 0.70
handleRequestFunction · 0.70

Calls 1

writeGenFunction · 0.70

Tested by

no test coverage detected