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

Method setEnd

projects/JavaScript/proto/proto.js:1283–1285  ·  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

1281 * @param {!number} fbeBegin Field model begin offset
1282 */
1283 setEnd (fbeBegin) {
1284 this._buffer.unshift(fbeBegin)
1285 }
1286
1287 /**
1288 * Set the struct value

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected