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

Method Results

cpplint_unittest.py:78–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self._errors.append("%s [%s] [%d]" % (message, category, confidence))
77
78 def Results(self):
79 if len(self._errors) < 2:
80 return "".join(self._errors) # Most tests expect to have a string.
81 return self._errors # Let's give a list if there is more than one.
82
83 def ResultList(self):
84 return self._errors

Callers 15

PerformSingleLineLintMethod · 0.95
PerformMultiLineLintMethod · 0.95
doTestBlankLinesCheckMethod · 0.95
GetNamespaceResultsMethod · 0.95
testErrorSuppressionMethod · 0.95
testDeprecatedCastMethod · 0.95
testMockMethodMethod · 0.95
testRedundantVirtualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected