MCPcopy 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
540VcsDiff::SourceLocation VcsDiff::diffLineToTarget ( const uint line ) const
541{
542 return d->mapDiffLine(line, VcsDiffPrivate::TGT);
543}
544
545VcsDiff::VcsDiff()
546 : d(new VcsDiffPrivate)

Callers 3

testConflictsMethod · 0.80
testLineMappingMethod · 0.80
gotoSrcLineMethod · 0.80

Calls 1

mapDiffLineMethod · 0.80

Tested by 2

testConflictsMethod · 0.64
testLineMappingMethod · 0.64