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

Method NoExtension

support/cpplint.py:1184–1186  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

1182 return self.Split()[2]
1183
1184 def NoExtension(self):
1185 """File has no source file extension."""
1186 return '/'.join(self.Split()[0:2])
1187
1188 def IsSource(self):
1189 """File has a source file extension."""

Callers

nothing calls this directly

Calls 2

SplitMethod · 0.95
joinMethod · 0.65

Tested by

no test coverage detected