Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
def
IsHeaderFile(filename):
31
extension = os.path.splitext(filename)[1]
32
return
extension in [
'.h'
,
'.hxx'
,
'.hpp'
,
'.hh'
]
33
34
35
def
GetCompilationInfoForFile(filename):
Callers
1
GetCompilationInfoForFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected