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

Function empty

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

* Whether tasks in timer are empty * @return {bool} */

Source from the content-addressed store, hash-verified

33 * @return {bool}
34 */
35 bool empty(void) const {
36 return tasks_.empty();
37 }
38
39 /**
40 * Number of tasks in timer

Callers 5

backMethod · 0.50
buf_endMethod · 0.50
hashMethod · 0.50
db_handle.cppFile · 0.50
emptyMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…