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

Method remove

projects/JavaScript/proto/fbe.js:439–441  ·  view source on GitHub ↗

* Remove some memory of the given size from the current write buffer * @this {!Model} * @param {!number} offset Removed memory offset * @param {!number} size Removed memory size

(offset, size)

Source from the content-addressed store, hash-verified

437 * @param {!number} size Removed memory size
438 */
439 remove (offset, size) {
440 this._buffer.remove(offset, size)
441 }
442
443 /**
444 * Reserve memory of the given capacity in the current write buffer

Callers 2

sendSerializedMethod · 0.45
sendSerializedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected