Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ diffLineToTarget
Method
diffLineToTarget
kdevplatform/vcs/vcsdiff.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
VcsDiff::SourceLocation VcsDiff::diffLineToTarget ( const uint line ) const
541
{
542
return d->mapDiffLine(line, VcsDiffPrivate::TGT);
543
}
544
545
VcsDiff::VcsDiff()
546
: d(new VcsDiffPrivate)
Callers
3
testConflicts
Method · 0.80
testLineMapping
Method · 0.80
gotoSrcLine
Method · 0.80
Calls
1
mapDiffLine
Method · 0.80
Tested by
2
testConflicts
Method · 0.64
testLineMapping
Method · 0.64