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

Method send

projects/JavaScript/proto/test.js:24635–24642  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

24633 * @returns {!number} Sent bytes
24634 */
24635 send (value) {
24636 let result = 0
24637 result = this._protoSender.send(value)
24638 if (result > 0) {
24639 return result
24640 }
24641 return 0
24642 }
24643
24644 /**
24645 * Send message handler

Callers 7

sendMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
sendAndReceiveFunction · 0.45
sendAndReceiveFinalFunction · 0.45
send_receive.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected