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