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

Method reset

projects/JavaScript/proto/fbe.js:5251–5253  ·  view source on GitHub ↗

* Reset the receiver buffer * @this {!Receiver}

()

Source from the content-addressed store, hash-verified

5249 * @this {!Receiver}
5250 */
5251 reset () {
5252 this._buffer.reset()
5253 }
5254
5255 /**
5256 * Receive data

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected