Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Owner
Function · 0.85
memory.h
File · 0.85
byte_string.h
File · 0.85
Calls
1
Own
Function · 0.85
Tested by
no test coverage detected