MCPcopy Create free account
hub / github.com/3rdparty/libprocess / empty

Method empty

src/event_queue.hpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 bool empty()
142 {
143 synchronized (mutex) {
144 return events.size() == 0;
145 }
146 }
147
148 void decomission()
149 {

Callers 2

emptyMethod · 0.45
synchronizedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected