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

Function AppendToFile

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

Source from the content-addressed store, hash-verified

71
72
73def AppendToFile(text, file_name):
74 with open(file_name, "a") as f:
75 f.write(text)
76
77
78def LinesInFile(file_name):

Callers

nothing calls this directly

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…