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

Method min

lib/internal/histogram.js:109–113  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

107 * @type {number}
108 */
109 get min() {
110 if (!isHistogram(this))
111 throw new ERR_INVALID_THIS('Histogram');
112 return this[kHandle]?.min();
113 }
114
115 /**
116 * @readonly

Callers 15

createMethod · 0.45
pullFunction · 0.45
mainFunction · 0.45
writeFunction · 0.45
pullFunction · 0.45
runFunction · 0.45
readFunction · 0.45
pullFunction · 0.45
sourceFunction · 0.45
readFunction · 0.45
pullFunction · 0.45

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected