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

Method next

projects/JavaScript/proto/enums.js:5452–5454  ·  view source on GitHub ↗

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

(prev)

Source from the content-addressed store, hash-verified

5450 * @param {!number} prev Previous Enums model size
5451 */
5452 next (prev) {
5453 this.model.fbeShift(prev)
5454 }
5455}
5456
5457exports.EnumsModel = EnumsModel

Callers 5

test_enums.jsFile · 0.45
test_extending.jsFile · 0.45
test_create.jsFile · 0.45

Calls 1

fbeShiftMethod · 0.45

Tested by

no test coverage detected