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

Method recordDelta

lib/internal/histogram.js:300–304  ·  view source on GitHub ↗

* @returns {void}

()

Source from the content-addressed store, hash-verified

298 * @returns {void}
299 */
300 recordDelta() {
301 if (this[kRecordable] === undefined)
302 throw new ERR_INVALID_THIS('RecordableHistogram');
303 this[kHandle]?.recordDelta();
304 }
305
306 /**
307 * @param {RecordableHistogram} other

Callers 2

testFastMethodsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected