Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Destroy
Function
Destroy
common/memory.h:266–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
static void Destroy(uintptr_t ptr) noexcept { Unown(ptr); }
267
268
static uintptr_t Own(uintptr_t ptr) noexcept {
269
if (IsReferenceCount(ptr)) {
Callers
4
~Owner
Function · 0.85
memory.h
File · 0.85
reset
Function · 0.85
~ByteString
Function · 0.85
Calls
1
Unown
Function · 0.85
Tested by
no test coverage detected