MCPcopy Create free account
hub / github.com/acl-dev/acl / IsHeaderFile

Function IsHeaderFile

.ycm_extra_conf.py:136–138  ·  view source on GitHub ↗
( filename )

Source from the content-addressed store, hash-verified

134
135
136def IsHeaderFile( filename ):
137 extension = os.path.splitext( filename )[ 1 ]
138 return extension in [ '.H', '.h', '.hxx', '.hpp', '.hh' ]
139
140
141def GetCompilationInfoForFile( filename ):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…