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

Method __init__

deps/v8/tools/locs.py:262–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260
261class Results:
262 def __init__(self):
263 self.groups = SetupReportGroups()
264 self.units = {}
265 self.source_dependencies = {}
266 self.header_dependents = {}
267
268 def track(self, filename):
269 is_tracked = False

Callers

nothing calls this directly

Calls 1

SetupReportGroupsFunction · 0.85

Tested by

no test coverage detected