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

Function isHistogram

lib/internal/histogram.js:52–54  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

50} = require('internal/worker/js_transferable');
51
52function isHistogram(object) {
53 return object?.[kHandle] !== undefined;
54}
55
56const kSkipThrow = Symbol('kSkipThrow');
57

Callers 15

countMethod · 0.85
countBigIntMethod · 0.85
minMethod · 0.85
minBigIntMethod · 0.85
maxMethod · 0.85
maxBigIntMethod · 0.85
meanMethod · 0.85
exceedsMethod · 0.85
exceedsBigIntMethod · 0.85
stddevMethod · 0.85
percentileMethod · 0.85
percentileBigIntMethod · 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…