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

Method setEnd

projects/JavaScript/proto/enums.js:5229–5231  ·  view source on GitHub ↗

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

(fbeBegin)

Source from the content-addressed store, hash-verified

5227 * @param {!number} fbeBegin Field model begin offset
5228 */
5229 setEnd (fbeBegin) {
5230 this._buffer.unshift(fbeBegin)
5231 }
5232
5233 /**
5234 * Set the struct value

Callers 3

setMethod · 0.95
test_create.jsFile · 0.45
create.jsFile · 0.45

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected