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

Method commit

libcaf_test/caf/test/given.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

activeMethod · 0.80

Tested by

no test coverage detected