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

Function has_one_sided_diff

deps/v8/tools/compare_torque_output.py:31–37  ·  view source on GitHub ↗
(dcmp, side, side_list)

Source from the content-addressed store, hash-verified

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
33 if side_list:
34 write("Some files exist only in %s\n" % side)
35 for fl in side_list:
36 write(fl)
37 return side_list
38
39 def has_content_diff(dcmp):
40 # Check that we do not have content differences in the common files

Callers 1

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…