MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / send

Method send

projects/JavaScript/proto/enums.js:7873–7875  ·  view source on GitHub ↗

* Send value * @this {!Client} * @param {!object} value Value to send * @returns {!number} Sent bytes

(value)

Source from the content-addressed store, hash-verified

7871 * @returns {!number} Sent bytes
7872 */
7873 send (value) {
7874 return 0
7875 }
7876
7877 /**
7878 * Send message handler

Callers 1

requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected