MCPcopy Create free account
hub / github.com/idosal/git-mcp / send

Method send

worker-configuration.d.ts:2349–2349  ·  view source on GitHub ↗

* Transmits data using the WebSocket connection. data can be a string, a Blob, an ArrayBuffer, or an ArrayBufferView. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send)

(message: (ArrayBuffer | ArrayBufferView) | string)

Source from the content-addressed store, hash-verified

2347 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/send)
2348 */
2349 send(message: (ArrayBuffer | ArrayBufferView) | string): void;
2350 /**
2351 * Closes the WebSocket connection, optionally using code as the the WebSocket connection close code and reason as the the WebSocket connection close reason.
2352 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected