MCPcopy Index your code
hub / github.com/cpplint/cpplint / ResultList

Method ResultList

cpplint_unittest.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 return self._errors # Let's give a list if there is more than one.
82
83 def ResultList(self):
84 return self._errors
85
86 def VerifyAllCategoriesAreSeen(self):
87 """Fails if there's a category in _ERROR_CATEGORIES~_SEEN_ERROR_CATEGORIES.

Callers 8

testMultilineStringsMethod · 0.95
testDuplicateHeaderMethod · 0.95
testBuildHeaderGuardMethod · 0.95
testPragmaOnceMethod · 0.95
testLegalCopyrightMethod · 0.95
HelperMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected