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

Method mean

lib/internal/histogram.js:149–153  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

147 * @type {number}
148 */
149 get mean() {
150 if (!isHistogram(this))
151 throw new ERR_INVALID_THIS('Histogram');
152 return this[kHandle]?.mean();
153 }
154
155 /**
156 * @readonly

Callers 1

prepareMethod · 0.80

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected