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

Function ClonedHistogram

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

Source from the content-addressed store, hash-verified

328}
329
330function ClonedHistogram(handle) {
331 return ReflectConstruct(
332 function() {
333 markTransferMode(this, true, false);
334 this[kHandle] = handle;
335 this[kMap] = new Map();
336 }, [], Histogram);
337}
338
339ClonedHistogram.prototype[kDeserialize] = () => { };
340

Callers

nothing calls this directly

Calls 1

markTransferModeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…