Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ reset
Function
reset
common/memory.h:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
void reset() noexcept {
206
Destroy(ptr_);
207
ptr_ = 0;
208
}
209
210
// Tests whether two owners have ownership over the same data, that is they
211
// are co-owners.
Callers
2
memory.h
File · 0.85
Borrowed
Class · 0.85
Calls
4
Destroy
Function · 0.85
GetArena
Function · 0.85
Delete
Function · 0.70
reset
Method · 0.45
Tested by
no test coverage detected