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

Method __init__

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

Create a new instance. Args: data: the shared data access object

(self, data)

Source from the content-addressed store, hash-verified

361 individual counters contained in the file."""
362
363 def __init__(self, data):
364 """Create a new instance.
365
366 Args:
367 data: the shared data access object
368 """
369 self.data = data
370 self.max_counters = data.IntAt(4)
371 self.max_name_size = data.IntAt(8)
372
373 def CountersInUse(self):
374 """Return the number of counters in active use."""

Callers

nothing calls this directly

Calls 1

IntAtMethod · 0.80

Tested by

no test coverage detected