MCPcopy 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
84def FileToText(file_name):
85 with open(file_name) as f:
86 return f.read()
87
88
89def MSub(rexp, replacement, text):

Callers 9

RunMethod · 0.85
SetVersionMethod · 0.85
CheckVersionCommitMethod · 0.85
testCreateReleaseMethod · 0.85
testAutoPushMethod · 0.85
VerifyPatchMethod · 0.85
VerifyLandMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by 5

CheckVersionCommitMethod · 0.68
testCreateReleaseMethod · 0.68
testAutoPushMethod · 0.68
VerifyPatchMethod · 0.68
VerifyLandMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…