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

Method exceedsBigInt

lib/internal/histogram.js:169–173  ·  view source on GitHub ↗

* @readonly * @type {bigint}

()

Source from the content-addressed store, hash-verified

167 * @type {bigint}
168 */
169 get exceedsBigInt() {
170 if (!isHistogram(this))
171 throw new ERR_INVALID_THIS('Histogram');
172 return this[kHandle]?.exceedsBigInt();
173 }
174
175 /**
176 * @readonly

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected