Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
68
def
TextToFile(text, file_name):
69
with
open(file_name,
"w"
)
as
f:
70
f.write(text)
71
72
73
def
AppendToFile(text, file_name):
Callers
13
Run
Method · 0.85
SetVersion
Method · 0.85
RunStep
Method · 0.85
RunStep
Method · 0.85
testInitialEnvironmentChecks
Method · 0.85
testCreateRelease
Method · 0.85
testRollMerge
Method · 0.85
testMergeToBranch
Method · 0.85
RunStep
Method · 0.85
RunStep
Method · 0.85
RunStep
Method · 0.85
RunStep
Method · 0.85
Calls
2
open
Function · 0.50
write
Method · 0.45
Tested by
4
testInitialEnvironmentChecks
Method · 0.68
testCreateRelease
Method · 0.68
testRollMerge
Method · 0.68
testMergeToBranch
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…