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

Method next

projects/JavaScript/proto/test.js:11944–11946  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

11942 * @param {!number} prev Previous StructNested model size
11943 */
11944 next (prev) {
11945 this.model.fbeShift(prev)
11946 }
11947}
11948
11949exports.StructNestedModel = StructNestedModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected