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

Method commit

libcaf_test/caf/test/when.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41scope when::commit() {
42 if (!ctx_->active() || !can_run())
43 return {};
44 enter();
45 return scope{this};
46}
47
48} // namespace caf::test

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected