MCPcopy Create free account
hub / github.com/honojs/node-server / send

Function send

src/websocket.ts:243–247  ·  view source on GitHub ↗
(source, opts)

Source from the content-addressed store, hash-verified

241 return ws.readyState
242 },
243 send(source, opts) {
244 ws.send(source, {
245 compress: opts?.compress,
246 })
247 },
248 url: new URL(c.req.url),
249 }
250

Callers

nothing calls this directly

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…