MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / active

Method active

libcaf_test/caf/test/context.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19// -- properties ---------------------------------------------------------------
20
21bool context::active() const noexcept {
22 return unwind_stack.empty();
23}
24
25/// Checks whether this block has at least one branch that can be executed.
26bool context::can_run() const noexcept {

Callers 8

commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected