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

Method commit

libcaf_test/caf/test/section.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22scope section::commit() {
23 if (!ctx_->active() || !can_run())
24 return {};
25 enter();
26 return scope{this};
27}
28
29} // namespace caf::test

Callers

nothing calls this directly

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected