Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cpplint/cpplint
/ GetNonHeaderExtensions
Function
GetNonHeaderExtensions
cpplint.py:1090–1091 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1088
1089
1090
def
GetNonHeaderExtensions():
1091
return
GetAllExtensions().difference(GetHeaderExtensions())
1092
1093
1094
def
ParseNolintSuppressions(filename, raw_line, linenum, error):
Callers
4
_IsSourceExtension
Function · 0.85
_DropCommonSuffixes
Function · 0.85
CheckIncludeLine
Function · 0.85
FilesBelongToSameModule
Function · 0.85
Calls
2
GetAllExtensions
Function · 0.85
GetHeaderExtensions
Function · 0.85
Tested by
no test coverage detected