Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ hasLineData
Method
hasLineData
src/difftextwindow.cpp:198–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
197
[[nodiscard]] const Diff3WrapLineVector& getDiff3WrapLineVector() { return m_diff3WrapLineVector; }
198
[[nodiscard]] bool hasLineData() const { return m_pLineData != nullptr && !m_pLineData->empty(); }
199
200
void initColors()
201
{
Callers
1
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected