MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _IsSourceExtension

Function _IsSourceExtension

analytical_engine/misc/cpplint.py:1068–1070  ·  view source on GitHub ↗

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

(s)

Source from the content-addressed store, hash-verified

1066
1067
1068def _IsSourceExtension(s):
1069 """File extension (excluding dot) matches a source file extension."""
1070 return s in GetNonHeaderExtensions()
1071
1072
1073class _IncludeState(object):

Callers 2

IsSourceMethod · 0.85
ProcessFileDataFunction · 0.85

Calls 1

GetNonHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected