MCPcopy Index your code
hub / github.com/nodejs/node / send

Method send

deps/undici/src/types/websocket.d.ts:40–40  ·  view source on GitHub ↗
(data: string | ArrayBufferLike | Blob | ArrayBufferView)

Source from the content-addressed store, hash-verified

38
39 close(code?: number, reason?: string): void
40 send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void
41
42 readonly CLOSED: number
43 readonly CLOSING: number

Callers 15

mainFunction · 0.95
requestViaWebSocketFunction · 0.95
dgram.jsFile · 0.65
doSendFunction · 0.65
constructorMethod · 0.65
finalizeResolutionFunction · 0.65
reportModuleToWatchModeFunction · 0.65
#setupIPCMethod · 0.65
sendHelperFunction · 0.65
_runMethod · 0.65

Calls

no outgoing calls

Tested by 3

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52