MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / IsHeaderFile

Function IsHeaderFile

.ycm_extra_conf.py:30–32  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

28
29
30def IsHeaderFile(filename):
31 extension = os.path.splitext(filename)[1]
32 return extension in ['.h', '.hxx', '.hpp', '.hh']
33
34
35def GetCompilationInfoForFile(filename):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected