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

Method countBigInt

lib/internal/histogram.js:99–103  ·  view source on GitHub ↗

* @readonly * @type {bigint}

()

Source from the content-addressed store, hash-verified

97 * @type {bigint}
98 */
99 get countBigInt() {
100 if (!isHistogram(this))
101 throw new ERR_INVALID_THIS('Histogram');
102 return this[kHandle]?.countBigInt();
103 }
104
105 /**
106 * @readonly

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected