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

Method NoExtension

cpplint.py:1803–1805  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

1801 return self.Split()[2]
1802
1803 def NoExtension(self):
1804 """File has no source file extension."""
1805 return "/".join(self.Split()[0:2])
1806
1807 def IsSource(self):
1808 """File has a source file extension."""

Callers

nothing calls this directly

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected