MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Empty

Method Empty

include/CobaltFusion/SynchronizedQueue.h:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 bool Empty() const
27 {
28 std::unique_lock<std::mutex> lock(m_mtx);
29 return Empty(lock);
30 }
31
32 bool Full() const
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected