Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
function
linesMatchPerfectly(lineA: string, lineB: string): boolean {
19
return
lineA === lineB && lineA !==
""
;
20
}
21
22
const
END_BRACKETS = [
"}"
,
"});"
,
"})"
];
23
Callers
1
matchLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected