MCPcopy Index your code
hub / github.com/nodejs/node / NoExtension

Method NoExtension

tools/cpplint.py:1848–1850  ·  view source on GitHub ↗

File has no source file extension.

(self)

Source from the content-addressed store, hash-verified

1846 return self.Split()[2]
1847
1848 def NoExtension(self):
1849 """File has no source file extension."""
1850 return "/".join(self.Split()[0:2])
1851
1852 def IsSource(self):
1853 """File has a source file extension."""

Callers

nothing calls this directly

Calls 2

SplitMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected