MCPcopy 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
23void 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.cppFile · 0.45
~scopeMethod · 0.45

Calls 1

on_leaveMethod · 0.45

Tested by

no test coverage detected