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

Method getEnd

projects/JavaScript/proto/fbe.js:2267–2269  ·  view source on GitHub ↗

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

(begin)

Source from the content-addressed store, hash-verified

2265 * @param {!number} begin Optional begin offset
2266 */
2267 getEnd (begin) {
2268 this._buffer.unshift(begin)
2269 }
2270
2271 /**
2272 * Get the optional value

Callers 1

getMethod · 0.95

Calls 1

unshiftMethod · 0.45

Tested by

no test coverage detected