MCPcopy
hub / github.com/Effect-TS/effect / message

Function message

packages/platform-bun/src/internal/httpServer.ts:52–54  ·  view source on GitHub ↗
(ws, message)

Source from the content-addressed store, hash-verified

50 Deferred.unsafeDone(ws.data.deferred, Exit.succeed(ws))
51 },
52 message(ws, message) {
53 ws.data.run(message)
54 },
55 close(ws, code, closeReason) {
56 Deferred.unsafeDone(
57 ws.data.closeDeferred,

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected