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

Method setEnd

projects/JavaScript/proto/protoex.js:1382–1384  ·  view source on GitHub ↗

* Set the struct value (end phase) * @this {!FieldModelOrder} * @param {!number} fbeBegin Field model begin offset

(fbeBegin)

Source from the content-addressed store, hash-verified

1380 * @param {!number} fbeBegin Field model begin offset
1381 */
1382 setEnd (fbeBegin) {
1383 this._buffer.unshift(fbeBegin)
1384 }
1385
1386 /**
1387 * Set the struct value

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected