MCPcopy 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
179bool EventModel::hasEvents() const
180{
181 return !m_events.empty() || !m_pendingEvents.empty();
182}
183
184EventData &EventModel::lastEvent()
185{

Callers 2

eventCallbackFunction · 0.80
eventFilterMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected