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

Method next

projects/JavaScript/proto/test.js:8687–8689  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

8685 * @param {!number} prev Previous StructOptional model size
8686 */
8687 next (prev) {
8688 this.model.fbeShift(prev)
8689 }
8690}
8691
8692exports.StructOptionalModel = StructOptionalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected