Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/cpplint/cpplint
/ IsHeaderExtension
Function
IsHeaderExtension
cpplint.py:1059–1060 ·
view source on GitHub ↗
(file_extension)
Source
from the content-addressed store, hash-verified
1057
1058
1059
def
IsHeaderExtension(file_extension):
1060
return
file_extension in GetHeaderExtensions()
1061
1062
1063
def
GetHeaderExtensions():
Callers
5
CheckStyle
Function · 0.85
CheckIncludeLine
Function · 0.85
CheckLanguage
Function · 0.85
FilesBelongToSameModule
Function · 0.85
ProcessFileData
Function · 0.85
Calls
1
GetHeaderExtensions
Function · 0.85
Tested by
no test coverage detected