Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ IsHeaderExtension
Function
IsHeaderExtension
tools/cpplint.py:1099–1100 ·
view source on GitHub ↗
(file_extension)
Source
from the content-addressed store, hash-verified
1097
1098
1099
def
IsHeaderExtension(file_extension):
1100
return
file_extension in GetHeaderExtensions()
1101
1102
1103
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…