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

Method next

projects/JavaScript/proto/test.js:12568–12570  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

12566 * @param {!number} prev Previous StructNested model size
12567 */
12568 next (prev) {
12569 this._model.fbeShift(prev)
12570 }
12571}
12572
12573exports.StructNestedFinalModel = StructNestedFinalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected