Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
446
bool DiffEditor::isHunkLine(int line) const
447
{
448
return m_diffWidget->isHunk(line);
449
}
450
451
bool DiffEditor::isHunkFolded(int blockNumber)
452
{
Callers
2
paintEvent
Method · 0.80
mousePressEvent
Method · 0.80
Calls
1
isHunk
Method · 0.80
Tested by
no test coverage detected