MCPcopy 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
16def is_test_name(f):
17 return f.startswith("gyptest") and f.endswith(".py")
18
19
20def find_all_gyptest_files(directory):

Callers 2

find_all_gyptest_filesFunction · 0.85
mainFunction · 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…