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

Method shift

projects/JavaScript/proto/fbe.js:474–476  ·  view source on GitHub ↗

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

(offset)

Source from the content-addressed store, hash-verified

472 * @param {!number} offset Offset
473 */
474 shift (offset) {
475 this._buffer.shift(offset)
476 }
477
478 /**
479 * Unshift the current write buffer offset

Callers 15

fbeExtraMethod · 0.45
verifyMethod · 0.45
getBeginMethod · 0.45
setBeginMethod · 0.45
verifyMethod · 0.45
getMethod · 0.45
setMethod · 0.45
fbeExtraMethod · 0.45
verifyMethod · 0.45
getBeginMethod · 0.45
setBeginMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected