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

Method createBegin

projects/JavaScript/proto/test.js:19127–19129  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

19125 * @returns {!number} Model begin offset
19126 */
19127 createBegin () {
19128 return this.buffer.allocate(4 + this.model.fbeSize)
19129 }
19130
19131 /**
19132 * Create a new model (end phase)

Callers 1

serializeMethod · 0.95

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected