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

Method Extension

src/tests/coding/cpplint.py:1642–1644  ·  view source on GitHub ↗

File extension - text following the final period, includes that period.

(self)

Source from the content-addressed store, hash-verified

1640 return self.Split()[1]
1641
1642 def Extension(self):
1643 """File extension - text following the final period, includes that period."""
1644 return self.Split()[2]
1645
1646 def NoExtension(self):
1647 """File has no source file extension."""

Callers 4

IsSourceMethod · 0.95
CheckHeaderFileIncludedFunction · 0.95
CheckIncludeLineFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected