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

Function end

packages/rpc/src/RpcServer.ts:1069–1073  ·  view source on GitHub ↗
(clientId)

Source from the content-addressed store, hash-verified

1067 return client.write(response)
1068 },
1069 end(clientId) {
1070 const client = clients.get(clientId)
1071 if (!client) return Effect.void
1072 return client.end
1073 },
1074 clientIds: Effect.sync(() => clientIds),
1075 initialMessage: Effect.succeedNone,
1076 supportsAck: false,

Callers 1

onFromServerFunction · 0.70

Calls 1

getMethod · 0.65

Tested by

no test coverage detected