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

Method reset

projects/JavaScript/proto/fbe.js:5663–5666  ·  view source on GitHub ↗

* Reset the sender and receive buffers * @this {!Sender}

()

Source from the content-addressed store, hash-verified

5661 * @this {!Sender}
5662 */
5663 reset () {
5664 this._sendBuffer.reset()
5665 this._receiveBuffer.reset()
5666 }
5667
5668 /**
5669 * Send serialized buffer.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected