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

Method createBegin

projects/JavaScript/proto/enums.js:5398–5400  ·  view source on GitHub ↗

* Create a new model (begin phase) * @this {!EnumsModel} * @returns {!number} Model begin offset

()

Source from the content-addressed store, hash-verified

5396 * @returns {!number} Model begin offset
5397 */
5398 createBegin () {
5399 return this.buffer.allocate(4 + this.model.fbeSize)
5400 }
5401
5402 /**
5403 * Create a new model (end phase)

Callers 3

serializeMethod · 0.95
test_create.jsFile · 0.45
create.jsFile · 0.45

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected