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

Method length

projects/JavaScript/proto/fbe.js:96–98  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

94 * @returns {number} Buffer length
95 */
96 get length () {
97 return this._size
98 }
99
100 /**
101 * Get the buffer size

Calls

no outgoing calls