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

Method IsSource

steps/cpplint.py:1665–1667  ·  view source on GitHub ↗

File has a source file extension.

(self)

Source from the content-addressed store, hash-verified

1663 return '/'.join(self.Split()[0:2])
1664
1665 def IsSource(self):
1666 """File has a source file extension."""
1667 return _IsSourceExtension(self.Extension()[1:])
1668
1669
1670def _ShouldPrintError(category, confidence, linenum):

Callers

nothing calls this directly

Calls 2

ExtensionMethod · 0.95
_IsSourceExtensionFunction · 0.85

Tested by

no test coverage detected