MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / Extension

Method Extension

steps/cpplint.py:1657–1659  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1655 return self.Split()[1]
1656
1657 def Extension(self):
1658 """File extension - text following the final period, includes that period."""
1659 return self.Split()[2]
1660
1661 def NoExtension(self):
1662 """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