Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
Calls
1
release
Method · 0.45
Tested by
no test coverage detected