MCPcopy Index your code
hub / github.com/nodejs/node / unit_string

Method unit_string

deps/v8/tools/avg.py:143–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 widths)
142
143 def unit_string(self):
144 if not self.unit:
145 return ""
146 return self.unit
147
148 def variance(self):
149 if self.count < 2:

Callers 2

statusMethod · 0.95
resultMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected