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

Method __init__

tools/cpplint.py:1291–1295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1289 }
1290
1291 def __init__(self):
1292 self.include_list = [[]]
1293 self._section = None
1294 self._last_header = None
1295 self.ResetSection("")
1296
1297 def FindHeader(self, header):
1298 """Check if a header has already been included.

Callers

nothing calls this directly

Calls 1

ResetSectionMethod · 0.95

Tested by

no test coverage detected