MCPcopy Create free account
hub / github.com/Taywee/args / IsHeaderFile

Function IsHeaderFile

.ycm_extra_conf.py:102–104  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

100 return new_flags
101
102def IsHeaderFile(filename):
103 extension = os.path.splitext(filename)[1]
104 return extension in [ '.h', '.hxx', '.hpp', '.hh' ]
105
106def GetCompilationInfoForFile(filename):
107 # The compilation_commands.json file generated by CMake does not have entries

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected