MCPcopy 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.hFile · 0.85
BorrowedClass · 0.85

Calls 4

DestroyFunction · 0.85
GetArenaFunction · 0.85
DeleteFunction · 0.70
resetMethod · 0.45

Tested by

no test coverage detected