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

Method fbeShift

projects/JavaScript/proto/fbe.js:582–584  ·  view source on GitHub ↗

* Shift the current field offset * @this {!FieldModelBase} * @param {!number} offset Offset

(offset)

Source from the content-addressed store, hash-verified

580 * @param {!number} offset Offset
581 */
582 fbeShift (offset) {
583 this._offset += offset
584 }
585
586 /**
587 * Unshift the current field offset

Callers 15

nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected