MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Owner

Function Owner

common/memory.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 Owner() = default;
153
154 Owner(const Owner& other) noexcept : Owner(CopyFrom(other.ptr_)) {}
155
156 Owner(Owner&& other) noexcept : Owner(MoveFrom(other.ptr_)) {}
157

Callers 6

memory.hFile · 0.85
ArenaFunction · 0.85
ReferenceCountFunction · 0.85
OwnedMethod · 0.85
OwnMethod · 0.85
TEST_PFunction · 0.85

Calls 2

CopyFromFunction · 0.85
MoveFromFunction · 0.85

Tested by 1

TEST_PFunction · 0.68