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

Method setEnd

projects/JavaScript/proto/fbe.js:2322–2324  ·  view source on GitHub ↗

* Set the optional value (end phase) * @this {!FieldModelOptional} * @param {!number} begin Optional begin offset

(begin)

Source from the content-addressed store, hash-verified

2320 * @param {!number} begin Optional begin offset
2321 */
2322 setEnd (begin) {
2323 this._buffer.unshift(begin)
2324 }
2325
2326 /**
2327 * Set the optional value

Callers 1

setMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected