Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kate
/ diffLineToTargetLine
Method
diffLineToTargetLine
apps/lib/diff/gitdiff.cpp:556–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
554
}
555
556
int VcsDiff::diffLineToTargetLine(const uint line) const
557
{
558
return d->mapDiffLine(line, VcsDiffPrivate::TGT);
559
}
560
561
VcsDiff::VcsDiff()
562
: d(new VcsDiffPrivate)
Callers
nothing calls this directly
Calls
1
mapDiffLine
Method · 0.80
Tested by
no test coverage detected