Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ FileToText
Function
FileToText
deps/v8/tools/release/common_includes.py:84–86 ·
view source on GitHub ↗
(file_name)
Source
from the content-addressed store, hash-verified
82
83
84
def
FileToText(file_name):
85
with
open(file_name)
as
f:
86
return
f.read()
87
88
89
def
MSub(rexp, replacement, text):
Callers
9
Run
Method · 0.85
SetVersion
Method · 0.85
CheckVersionCommit
Method · 0.85
testCreateRelease
Method · 0.85
testAutoPush
Method · 0.85
VerifyPatch
Method · 0.85
VerifyLand
Method · 0.85
RunStep
Method · 0.85
RunStep
Method · 0.85
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
5
CheckVersionCommit
Method · 0.68
testCreateRelease
Method · 0.68
testAutoPush
Method · 0.68
VerifyPatch
Method · 0.68
VerifyLand
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…