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

Function TextToFile

deps/v8/tools/release/common_includes.py:68–70  ·  view source on GitHub ↗
(text, file_name)

Source from the content-addressed store, hash-verified

66
67
68def TextToFile(text, file_name):
69 with open(file_name, "w") as f:
70 f.write(text)
71
72
73def AppendToFile(text, file_name):

Callers 13

RunMethod · 0.85
SetVersionMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85
testCreateReleaseMethod · 0.85
testRollMergeMethod · 0.85
testMergeToBranchMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85
RunStepMethod · 0.85

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by 4

testCreateReleaseMethod · 0.68
testRollMergeMethod · 0.68
testMergeToBranchMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…