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

Method next

projects/JavaScript/proto/test.js:3761–3763  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

3759 * @param {!number} prev Previous StructSimple model size
3760 */
3761 next (prev) {
3762 this.model.fbeShift(prev)
3763 }
3764}
3765
3766exports.StructSimpleModel = StructSimpleModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected