Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ leave
Method
leave
libcaf_test/caf/test/scope.cpp:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void scope::leave() {
24
if (ptr_) {
25
ptr_->on_leave();
26
ptr_->leave();
27
ptr_ = nullptr;
28
}
29
}
30
31
} // namespace caf::test
Callers
2
scope.cpp
File · 0.45
~scope
Method · 0.45
Calls
1
on_leave
Method · 0.45
Tested by
no test coverage detected