Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ hasEvents
Method
hasEvents
plugins/eventmonitor/eventmodel.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
bool EventModel::hasEvents() const
180
{
181
return !m_events.empty() || !m_pendingEvents.empty();
182
}
183
184
EventData &EventModel::lastEvent()
185
{
Callers
2
eventCallback
Function · 0.80
eventFilter
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected