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

Method write

deps/v8/tools/mb/mb_test.py:119–120  ·  view source on GitHub ↗
(self, contents)

Source from the content-addressed store, hash-verified

117 self.files = files
118
119 def write(self, contents):
120 self.buf += contents
121
122 def close(self):
123 self.files[self.name] = self.buf

Callers 15

add_version_h_fileMethod · 0.45
write_hints_to_outputFunction · 0.45
build_d8Function · 0.45
write_hints_to_outputFunction · 0.45
TextToFileFunction · 0.45
AppendToFileFunction · 0.45
WriteFakeVersionFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected