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

Method next

projects/JavaScript/proto/test.js:13530–13532  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

13528 * @param {!number} prev Previous StructBytes model size
13529 */
13530 next (prev) {
13531 this._model.fbeShift(prev)
13532 }
13533}
13534
13535exports.StructBytesFinalModel = StructBytesFinalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected