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

Method commit

libcaf_test/caf/test/then.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17scope then::commit() {
18 if (!ctx_->active() || executed_)
19 return {};
20 enter();
21 return scope{this};
22}
23
24} // namespace caf::test

Callers

nothing calls this directly

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected