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

Function length

lib_acl_cpp/include/acl_cpp/event/event_timer.hpp:43–45  ·  view source on GitHub ↗

* Number of tasks in timer * @return {size_t} */

Source from the content-addressed store, hash-verified

41 * @return {size_t}
42 */
43 size_t length(void) const {
44 return length_;
45 }
46
47 /**
48 * Whether this timer is auto-restart

Callers 6

sizeMethod · 0.50
string.cppFile · 0.50
get_confMethod · 0.50
tbl_existsMethod · 0.50
print_outMethod · 0.50
emptyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…