Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
private:
70
mutable std::mutex m_mutex;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected