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

Function createRecordableHistogram

lib/internal/histogram.js:355–357  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

353ClonedRecordableHistogram.prototype[kDeserialize] = () => { };
354
355function createRecordableHistogram(handle) {
356 return new ClonedRecordableHistogram(handle);
357}
358
359/**
360 * @param {{

Callers 1

createHistogramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…