MCPcopy Index your code
hub / github.com/continuedev/continue / linesMatchPerfectly

Function linesMatchPerfectly

core/diff/util.ts:18–20  ·  view source on GitHub ↗
(lineA: string, lineB: string)

Source from the content-addressed store, hash-verified

16};
17
18function linesMatchPerfectly(lineA: string, lineB: string): boolean {
19 return lineA === lineB && lineA !== "";
20}
21
22const END_BRACKETS = ["}", "});", "})"];
23

Callers 1

matchLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected