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

Function IsHeaderExtension

steps/cpplint.py:941–942  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

939 PrintUsage('Invalid includeorder value %s. Expected default|standardcfirst')
940
941def IsHeaderExtension(file_extension):
942 return file_extension in GetHeaderExtensions()
943
944def GetHeaderExtensions():
945 if _hpp_headers:

Callers 4

CheckStyleFunction · 0.85
CheckLanguageFunction · 0.85
FilesBelongToSameModuleFunction · 0.85
ProcessFileDataFunction · 0.85

Calls 1

GetHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected