MCPcopy Create free account
hub / github.com/nodejs/node / empty

Method empty

deps/v8/tools/eval_gc_nvp.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 return sum(self.values) / len(self.values)
104
105 def empty(self):
106 return len(self.values) == 0
107
108 def _compute_percentiles(self):
109 ret = []

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected