MCPcopy Create free account
hub / github.com/KDE/kate / diffLineToSourceLine

Method diffLineToSourceLine

apps/lib/diff/gitdiff.cpp:551–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551int VcsDiff::diffLineToSourceLine(const uint line) const
552{
553 return d->mapDiffLine(line, VcsDiffPrivate::SRC);
554}
555
556int VcsDiff::diffLineToTargetLine(const uint line) const
557{

Callers

nothing calls this directly

Calls 1

mapDiffLineMethod · 0.80

Tested by

no test coverage detected