MCPcopy Create free account
hub / github.com/acl-dev/acl / size

Method size

lib_acl_cpp/include/acl_cpp/stdlib/tbox.hpp:184–186  ·  view source on GitHub ↗

* Return the number of messages currently in the message queue * @return {size_t} */

Source from the content-addressed store, hash-verified

182 * @return {size_t}
183 */
184 size_t size() const {
185 return size_;
186 }
187
188public:
189 void lock() {

Callers 3

session.hppFile · 0.45
delMethod · 0.45
delMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected