Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test_schedule_log
Function
test_schedule_log
deps/v8/tools/testrunner/utils/test_utils.py:118–122 ·
view source on GitHub ↗
(json_path)
Source
from the content-addressed store, hash-verified
116
117
118
def
test_schedule_log(json_path):
119
if
not json_path:
120
return
None
121
with
open(json_path.parent /
'test_schedule.log'
)
as
f:
122
return
f.read()
123
124
125
def
setup_build_config(basedir, outdir):
Callers
1
run_tests
Method · 0.85
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…