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

Method next

projects/JavaScript/proto/enums.js:7667–7669  ·  view source on GitHub ↗

* Move to the next struct value * @this {!EnumsFinalModel} * @param {!number} prev Previous Enums model size

(prev)

Source from the content-addressed store, hash-verified

7665 * @param {!number} prev Previous Enums model size
7666 */
7667 next (prev) {
7668 this._model.fbeShift(prev)
7669 }
7670}
7671
7672exports.EnumsFinalModel = EnumsFinalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected