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

Method minBigInt

lib/internal/histogram.js:119–123  ·  view source on GitHub ↗

* @readonly * @type {bigint}

()

Source from the content-addressed store, hash-verified

117 * @type {bigint}
118 */
119 get minBigInt() {
120 if (!isHistogram(this))
121 throw new ERR_INVALID_THIS('Histogram');
122 return this[kHandle]?.minBigInt();
123 }
124
125 /**
126 * @readonly

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected