MCPcopy 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
556int VcsDiff::diffLineToTargetLine(const uint line) const
557{
558 return d->mapDiffLine(line, VcsDiffPrivate::TGT);
559}
560
561VcsDiff::VcsDiff()
562 : d(new VcsDiffPrivate)

Callers

nothing calls this directly

Calls 1

mapDiffLineMethod · 0.80

Tested by

no test coverage detected