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

Method maxBigInt

lib/internal/histogram.js:139–143  ·  view source on GitHub ↗

* @readonly * @type {bigint}

()

Source from the content-addressed store, hash-verified

137 * @type {bigint}
138 */
139 get maxBigInt() {
140 if (!isHistogram(this))
141 throw new ERR_INVALID_THIS('Histogram');
142 return this[kHandle]?.maxBigInt();
143 }
144
145 /**
146 * @readonly

Callers

nothing calls this directly

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected