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

Method write

deps/v8/tools/v8_presubmit.py:877–879  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

875 self.dest = dest
876
877 def write(self, obj):
878 self.source.write(obj)
879 self.dest.write(obj)
880
881 def flush(self):
882 self.source.flush()

Callers 15

dump-cpp.pyFile · 0.45
invokeMethod · 0.45
run.pyFile · 0.45
RunTestMethod · 0.45
generate_gniFunction · 0.45
write_outputFunction · 0.45
writeFunction · 0.45
handleMethod · 0.45
writeFileFunction · 0.45
emit_constantsFunction · 0.45
emit_configFunction · 0.45

Calls

no outgoing calls

Tested by 6

RunTestMethod · 0.36
BuildTestsFunction · 0.36
_set_up_executableMethod · 0.36
test_three_fuzzersMethod · 0.36
create_wrapperFunction · 0.36
mainFunction · 0.36