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/test.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
scope 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
active
Method · 0.80
Tested by
no test coverage detected