MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / aD2

Function aD2

out/cli.cjs:233–240  ·  view source on GitHub ↗
(t2, u3)

Source from the content-addressed store, hash-verified

231`);
232}
233function aD2(t2, u3) {
234 if (t2 === u3) return;
235 const F5 = t2.split(`
236`), e3 = u3.split(`
237`), s2 = [];
238 for (let C5 = 0; C5 < Math.max(F5.length, e3.length); C5++) F5[C5] !== e3[C5] && s2.push(C5);
239 return s2;
240}
241function hD2(t2) {
242 return t2 === V4;
243}

Callers 1

renderMethod · 0.85

Calls 2

maxMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected