MCPcopy Index your code
hub / github.com/nodejs/node / size

Method size

lib/internal/blob.js:232–236  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

230 * @type {number}
231 */
232 get size() {
233 if (!isBlob(this))
234 throw new ERR_INVALID_THIS('Blob');
235 return this[kLength];
236 }
237
238 /**
239 * @param {number} [start]

Callers

nothing calls this directly

Calls 1

isBlobFunction · 0.85

Tested by

no test coverage detected