Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
86
TIMEOUT_LONG =
"long"
87
88
def
read_file(file):
89
with
open(file, encoding=
'ISO-8859-1'
)
as
f:
90
return
f.read()
91
92
class
TestCase(object):
93
Callers
2
get_source
Method · 0.85
_get_resources_for_file
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…