Function
empty
* 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 |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…