MCPcopy Create free account
hub / github.com/MegEngine/MegCC / IsHeaderFile

Function IsHeaderFile

compiler/.ycm_extra_conf.py:105–107  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

103
104
105def IsHeaderFile(filename):
106 extension = os.path.splitext(filename)[1]
107 return extension in [".h", ".hxx", ".hpp", ".hh"]
108
109
110def GetCompilationInfoForFile(filename):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected