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

Function _IsSourceExtension

steps/cpplint.py:1079–1081  ·  view source on GitHub ↗

File extension (excluding dot) matches a source file extension.

(s)

Source from the content-addressed store, hash-verified

1077
1078
1079def _IsSourceExtension(s):
1080 """File extension (excluding dot) matches a source file extension."""
1081 return s in GetNonHeaderExtensions()
1082
1083
1084class _IncludeState(object):

Callers 2

IsSourceMethod · 0.85
ProcessFileDataFunction · 0.85

Calls 1

GetNonHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected