Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ max
Method
max
deps/v8/tools/eval_gc_nvp.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
return
min(self.values)
96
97
def
max(self):
98
return
max(self.values)
99
100
def
avg(self):
101
if
len(self.values) == 0:
Callers
15
__str__
Method · 0.95
cmdNames
Function · 0.45
cmdUsages
Function · 0.45
load
Method · 0.45
errorMessage
Function · 0.45
formatResults
Method · 0.45
expand_
Function · 0.45
statistics
Function · 0.45
timestampMax
Method · 0.45
finalize
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
Calls
1
max
Function · 0.50
Tested by
no test coverage detected