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

Method isHunkLine

apps/lib/diff/diffeditor.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446bool DiffEditor::isHunkLine(int line) const
447{
448 return m_diffWidget->isHunk(line);
449}
450
451bool DiffEditor::isHunkFolded(int blockNumber)
452{

Callers 2

paintEventMethod · 0.80
mousePressEventMethod · 0.80

Calls 1

isHunkMethod · 0.80

Tested by

no test coverage detected