MCPcopy Create free account
hub / github.com/comaps/comaps / Size

Method Size

libs/base/thread_safe_queue.hpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 size_t Size() const
64 {
65 std::lock_guard lk(m_mutex);
66 return m_queue.size();
67 }
68
69private:
70 mutable std::mutex m_mutex;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected