Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
def
IsHeaderFile(filename):
102
extension = os.path.splitext(filename)[1]
103
return
extension in [
".h"
,
".hxx"
,
".hpp"
,
".hh"
]
104
105
106
def
GetCompilationInfoForFile(filename):
Callers
1
GetCompilationInfoForFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected