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

Method getEnd

projects/JavaScript/proto/enums.js:4638–4640  ·  view source on GitHub ↗

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

(fbeBegin)

Source from the content-addressed store, hash-verified

4636 * @param {!number} fbeBegin Field model begin offset
4637 */
4638 getEnd (fbeBegin) {
4639 this._buffer.unshift(fbeBegin)
4640 }
4641
4642 /**
4643 * Get the struct value

Callers 3

getMethod · 0.95
test_create.jsFile · 0.45
create.jsFile · 0.45

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected