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

Function IsHeaderFile

runtime/.ycm_extra_conf.py:101–103  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

99
100
101def IsHeaderFile(filename):
102 extension = os.path.splitext(filename)[1]
103 return extension in [".h", ".hxx", ".hpp", ".hh"]
104
105
106def GetCompilationInfoForFile(filename):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected