Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ ~scope
Method
~scope
libcaf_test/caf/test/scope.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
scope::~scope() {
19
if (ptr_)
20
ptr_->leave();
21
}
22
23
void scope::leave() {
24
if (ptr_) {
Callers
nothing calls this directly
Calls
1
leave
Method · 0.45
Tested by
no test coverage detected