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

Method Size

include/CobaltFusion/SynchronizedQueue.h:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 size_t Size() const
39 {
40 std::unique_lock<std::mutex> lock(m_mtx);
41 return m_q.size();
42 }
43
44 size_t MaxSize() const
45 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected