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

Method max_size

libs/base/limited_priority_queue.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 size_t max_size() const { return m_maxSize; }
56 bool empty() const { return m_queue.empty(); }
57 size_t size() const { return m_queue.size(); }
58 T const & top() const

Callers 1

GetScriptExtensionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected