MCPcopy Index your code
hub / github.com/nodejs/node / PrintTestSource

Function PrintTestSource

deps/v8/tools/testrunner/local/verbose.py:76–83  ·  view source on GitHub ↗
(tests)

Source from the content-addressed store, hash-verified

74
75
76def PrintTestSource(tests):
77 for test in tests:
78 print("--- begin source: %s ---" % test)
79 if test.is_source_available():
80 print(test.get_source())
81 else:
82 print('(no source available)')
83 print("--- end source: %s ---" % test)
84
85
86def FormatTime(d):

Callers

nothing calls this directly

Calls 3

is_source_availableMethod · 0.80
printFunction · 0.50
get_sourceMethod · 0.45

Tested by

no test coverage detected