Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ empty
Method
empty
src/event_queue.hpp:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
public:
92
Event* dequeue() { return queue->dequeue(); }
93
bool empty() { return queue->empty(); }
94
void decomission() { queue->decomission(); }
95
template <typename T>
96
size_t count() { return queue->count<T>(); }
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected