Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ max
Method
max
lib/internal/histogram.js:129–133 ·
view source on GitHub ↗
* @readonly * @type {number}
()
Source
from the content-addressed store, hash-verified
127
* @
type
{number}
128
*/
129
get max() {
130
if
(!isHistogram(this))
131
throw
new
ERR_INVALID_THIS(
'Histogram'
);
132
return
this[kHandle]?.max();
133
}
134
135
/**
136
* @readonly
Callers
15
merge-wpt-reports.mjs
File · 0.45
pad
Function · 0.45
create
Method · 0.45
setup
Function · 0.45
main
Function · 0.45
buildContent
Function · 0.45
test-esm-long-path-win.js
File · 0.45
test-abortsignal-drop-settled-signals.mjs
File · 0.45
test-zlib.js
File · 0.45
test-module-subpath-import-long-path.js
File · 0.45
test-quic-stream-recv-coalescing.mjs
File · 0.45
test-fs-long-path.js
File · 0.45
Calls
1
isHistogram
Function · 0.85
Tested by
no test coverage detected