MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / IsSource

Method IsSource

src/tests/coding/cpplint.py:1650–1652  ·  view source on GitHub ↗

File has a source file extension.

(self)

Source from the content-addressed store, hash-verified

1648 return '/'.join(self.Split()[0:2])
1649
1650 def IsSource(self):
1651 """File has a source file extension."""
1652 return _IsSourceExtension(self.Extension()[1:])
1653
1654
1655def _ShouldPrintError(category, confidence, linenum):

Callers

nothing calls this directly

Calls 2

ExtensionMethod · 0.95
_IsSourceExtensionFunction · 0.85

Tested by

no test coverage detected