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

Method send

packages/platform/node/test/NodeSocket.test.ts:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 close(): void {}
157
158 send(): void {
159 throw new Error("send failed")
160 }
161 }
162 const webSocket = new ThrowingWebSocket()
163 const socket = yield* Socket.makeWebSocket(Effect.succeed(url), { closeCodeIsError: () => false }).pipe(

Callers 15

sendBodyFunction · 0.80
DenoSocket.test.tsFile · 0.80
BunRedis.tsFile · 0.80
NodeSocket.test.tsFile · 0.80
postMessageFunction · 0.80
completeRawFunction · 0.80
suiteFunction · 0.80
suiteFunction · 0.80
suiteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected