Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ is_test_name
Function
is_test_name
tools/gyp/test_gyp.py:16–17 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
14
15
16
def
is_test_name(f):
17
return
f.startswith(
"gyptest"
) and f.endswith(
".py"
)
18
19
20
def
find_all_gyptest_files(directory):
Callers
2
find_all_gyptest_files
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…