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

Method exceeds

lib/internal/histogram.js:159–163  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

157 * @type {number}
158 */
159 get exceeds() {
160 if (!isHistogram(this))
161 throw new ERR_INVALID_THIS('Histogram');
162 return this[kHandle]?.exceeds();
163 }
164
165 /**
166 * @readonly

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected