MCPcopy 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
18scope::~scope() {
19 if (ptr_)
20 ptr_->leave();
21}
22
23void scope::leave() {
24 if (ptr_) {

Callers

nothing calls this directly

Calls 1

leaveMethod · 0.45

Tested by

no test coverage detected