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

Method Full

include/CobaltFusion/SynchronizedQueue.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 bool Full() const
33 {
34 std::unique_lock<std::mutex> lock(m_mtx);
35 return Full(lock);
36 }
37
38 size_t Size() const
39 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected