Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
scope 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
active
Method · 0.80
Tested by
no test coverage detected