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

Method BaseName

tools/cpplint.py:1840–1842  ·  view source on GitHub ↗

File base name - text after the final slash, before the final period.

(self)

Source from the content-addressed store, hash-verified

1838 return (project,) + os.path.splitext(rest)
1839
1840 def BaseName(self):
1841 """File base name - text after the final slash, before the final period."""
1842 return self.Split()[1]
1843
1844 def Extension(self):
1845 """File extension - text following the final period, includes that period."""

Callers 3

CheckHeaderFileIncludedFunction · 0.95
CheckIncludeLineFunction · 0.95
FilesBelongToSameModuleFunction · 0.95

Calls 1

SplitMethod · 0.95

Tested by

no test coverage detected