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

Method commit

libcaf_test/caf/test/outline.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33scope outline::commit() {
34 if (!ctx_->active() || !can_run())
35 return {};
36 enter();
37 return scope{this};
38}
39
40} // namespace caf::test

Callers

nothing calls this directly

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected