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

Method count

lib/internal/histogram.js:89–93  ·  view source on GitHub ↗

* @readonly * @type {number}

()

Source from the content-addressed store, hash-verified

87 * @type {number}
88 */
89 get count() {
90 if (!isHistogram(this))
91 throw new ERR_INVALID_THIS('Histogram');
92 return this[kHandle]?.count();
93 }
94
95 /**
96 * @readonly

Callers 15

IsCppStringFunction · 0.45
__init__Method · 0.45
_CountOpenParenthesesMethod · 0.45
CheckCommentFunction · 0.45
CheckStyleFunction · 0.45
tokeniterMethod · 0.45
CleanupVcprojFunction · 0.45
QuoteForRspFileFunction · 0.45
_NormalizedSourceFunction · 0.45

Calls 1

isHistogramFunction · 0.85

Tested by

no test coverage detected