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

Method next

projects/JavaScript/proto/test.js:5346–5348  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

5344 * @param {!number} prev Previous StructSimple model size
5345 */
5346 next (prev) {
5347 this._model.fbeShift(prev)
5348 }
5349}
5350
5351exports.StructSimpleFinalModel = StructSimpleFinalModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected