Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ GetNonHeaderExtensions
Function
GetNonHeaderExtensions
tools/cpplint.py:1130–1131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1128
1129
1130
def
GetNonHeaderExtensions():
1131
return
GetAllExtensions().difference(GetHeaderExtensions())
1132
1133
1134
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…