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

Method size

projects/JavaScript/proto/fbe.js:105–107  ·  view source on GitHub ↗

* Get the buffer size * @this {!BaseBuffer} * @returns {number} Buffer size

()

Source from the content-addressed store, hash-verified

103 * @returns {number} Buffer size
104 */
105 get size () {
106 return this._size
107 }
108
109 /**
110 * Get the buffer offset

Calls

no outgoing calls