MCPcopy 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
118def 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
125def setup_build_config(basedir, outdir):

Callers 1

run_testsMethod · 0.85

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…