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

Method Value

deps/v8/tools/stats-viewer.py:401–403  ·  view source on GitHub ↗

Return the integer value of this counter.

(self)

Source from the content-addressed store, hash-verified

399 self.value_offset = value_offset
400
401 def Value(self):
402 """Return the integer value of this counter."""
403 return self.data.IntAt(self.value_offset)
404
405 def Name(self):
406 """Return the ascii name of this counter."""

Callers

nothing calls this directly

Calls 1

IntAtMethod · 0.80

Tested by

no test coverage detected