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

Function read_file

deps/v8/tools/testrunner/objects/testcase.py:88–90  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

86TIMEOUT_LONG = "long"
87
88def read_file(file):
89 with open(file, encoding='ISO-8859-1') as f:
90 return f.read()
91
92class TestCase(object):
93

Callers 2

get_sourceMethod · 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…