MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / scope

Function scope

libcaf_test/caf/test/scope.hpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 scope() noexcept = default;
17
18 explicit scope(block* ptr) noexcept : ptr_(ptr) {
19 // nop
20 }
21
22 scope(scope&& other) noexcept : ptr_(other.release()) {
23 // nop

Callers 1

scope.hppFile · 0.70

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected