MCPcopy Create free account
hub / github.com/apache/mesos / IsSource

Method IsSource

support/cpplint.py:1188–1190  ·  view source on GitHub ↗

File has a source file extension.

(self)

Source from the content-addressed store, hash-verified

1186 return '/'.join(self.Split()[0:2])
1187
1188 def IsSource(self):
1189 """File has a source file extension."""
1190 return _IsSourceExtension(self.Extension()[1:])
1191
1192
1193def _ShouldPrintError(category, confidence, linenum):

Callers 1

FilesBelongToSameModuleFunction · 0.95

Calls 2

ExtensionMethod · 0.95
_IsSourceExtensionFunction · 0.85

Tested by

no test coverage detected