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

Method max

lib/internal/histogram.js:129–133  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

127 * @type {number}
128 */
129 get max() {
130 if (!isHistogram(this))
131 throw new ERR_INVALID_THIS('Histogram');
132 return this[kHandle]?.max();
133 }
134
135 /**
136 * @readonly

Callers 15

padFunction · 0.45
createMethod · 0.45
setupFunction · 0.45
mainFunction · 0.45
buildContentFunction · 0.45
test-zlib.jsFile · 0.45

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected