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

Method next

projects/JavaScript/proto/test.js:14646–14648  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

14644 * @param {!number} prev Previous StructArray model size
14645 */
14646 next (prev) {
14647 this.model.fbeShift(prev)
14648 }
14649}
14650
14651exports.StructArrayModel = StructArrayModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected