Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
IsCppString
Function · 0.45
CheckForMultilineCommentsAndStrings
Function · 0.45
__init__
Method · 0.45
_CountOpenParentheses
Method · 0.45
CheckForNonStandardConstructs
Function · 0.45
CheckComment
Function · 0.45
CheckStyle
Function · 0.45
tokeniter
Method · 0.45
CleanupVcproj
Function · 0.45
QuoteForRspFile
Function · 0.45
_ExtractImportantEnvironment
Function · 0.45
_NormalizedSource
Function · 0.45
Calls
1
isHistogram
Function · 0.85
Tested by
no test coverage detected