Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
handler
Function · 0.70
handleRequest
Function · 0.70
Calls
1
writeGen
Function · 0.70
Tested by
no test coverage detected