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

Function write

deps/v8/tools/compare_torque_output.py:26–29  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

24
25with open(results_file_name, "w") as results_file:
26 def write(line):
27 # Print line to both results file and stderr
28 sys.stderr.write(line)
29 results_file.write(line)
30
31 def has_one_sided_diff(dcmp, side, side_list):
32 # Check that we do not have files only on one side of the comparison

Callers 2

has_one_sided_diffFunction · 0.70
has_content_diffFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…