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

Method next

projects/JavaScript/proto/test.js:15171–15173  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

15169 * @param {!number} prev Previous StructArray model size
15170 */
15171 next (prev) {
15172 this._model.fbeShift(prev)
15173 }
15174}
15175
15176exports.StructArrayFinalModel = StructArrayFinalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected