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