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

Method getEnd

projects/JavaScript/proto/protoex.js:1255–1257  ·  view source on GitHub ↗

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

(fbeBegin)

Source from the content-addressed store, hash-verified

1253 * @param {!number} fbeBegin Field model begin offset
1254 */
1255 getEnd (fbeBegin) {
1256 this._buffer.unshift(fbeBegin)
1257 }
1258
1259 /**
1260 * Get the struct value

Callers 2

getMethod · 0.95
onReceiveMethod · 0.45

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected