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

Method next

projects/JavaScript/proto/test.js:13205–13207  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

13203 * @param {!number} prev Previous StructBytes model size
13204 */
13205 next (prev) {
13206 this.model.fbeShift(prev)
13207 }
13208}
13209
13210exports.StructBytesModel = StructBytesModel

Callers

nothing calls this directly

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected