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

Function CopyFrom

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

Source from the content-addressed store, hash-verified

258 }
259
260 static uintptr_t CopyFrom(uintptr_t other) noexcept { return Own(other); }
261
262 static uintptr_t MoveFrom(uintptr_t& other) noexcept {
263 return std::exchange(other, kNone);

Callers 3

OwnerFunction · 0.85
memory.hFile · 0.85
byte_string.hFile · 0.85

Calls 1

OwnFunction · 0.85

Tested by

no test coverage detected