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

Method commit

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected