MCPcopy 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
cmdNamesFunction · 0.45
cmdUsagesFunction · 0.45
loadMethod · 0.45
errorMessageFunction · 0.45
formatResultsMethod · 0.45
expand_Function · 0.45
statisticsFunction · 0.45
timestampMaxMethod · 0.45
finalizeMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected