MCPcopy Create free account
hub / github.com/nodejs/node / diff_fun

Method diff_fun

deps/v8/tools/clusterfuzz/foozzie/v8_foozzie_test.py:122–124  ·  view source on GitHub ↗
(one, two, skip=False)

Source from the content-addressed store, hash-verified

120
121 def testDiff(self):
122 def diff_fun(one, two, skip=False):
123 suppress = v8_suppressions.get_suppression(skip)
124 return suppress.diff_lines(one.splitlines(), two.splitlines())
125
126 smoke = v8_suppressions.SMOKE_TEST_SOURCE
127

Callers

nothing calls this directly

Calls 2

diff_linesMethod · 0.80
splitlinesMethod · 0.45

Tested by

no test coverage detected