MCPcopy Create free account
hub / github.com/KDE/kdiff3 / getNofLines

Method getNofLines

src/difftextwindow.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576LineType DiffTextWindow::getNofLines() const
577{
578 return static_cast<LineType>(d->m_bWordWrap ? d->m_diff3WrapLineVector.size() : d->getDiff3LineVector()->size());
579}
580
581LineType DiffTextWindow::convertLineToDiff3LineIdx(const LineRef line) const
582{

Callers 1

slotFilePrintMethod · 0.45

Calls 2

sizeMethod · 0.45
getDiff3LineVectorMethod · 0.45

Tested by

no test coverage detected