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

Method unshift

projects/JavaScript/proto/fbe.js:483–485  ·  view source on GitHub ↗

* Unshift the current write buffer offset * @this {!Model} * @param {!number} offset Offset

(offset)

Source from the content-addressed store, hash-verified

481 * @param {!number} offset Offset
482 */
483 unshift (offset) {
484 this._buffer.unshift(offset)
485 }
486
487 // Buffer I/O methods
488

Callers 15

fbeExtraMethod · 0.45
verifyMethod · 0.45
getEndMethod · 0.45
setEndMethod · 0.45
verifyMethod · 0.45
getMethod · 0.45
setMethod · 0.45
fbeExtraMethod · 0.45
verifyMethod · 0.45
getEndMethod · 0.45
setEndMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected