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

Method Extension

tools/cpplint.py:1844–1846  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1842 return self.Split()[1]
1843
1844 def Extension(self):
1845 """File extension - text following the final period, includes that period."""
1846 return self.Split()[2]
1847
1848 def NoExtension(self):
1849 """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