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

Function ~Owner

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

Source from the content-addressed store, hash-verified

169 explicit Owner(Borrowed<T> borrowed) noexcept;
170
171 ~Owner() { Destroy(ptr_); }
172
173 Owner& operator=(const Owner& other) noexcept {
174 if (ptr_ != other.ptr_) {

Callers

nothing calls this directly

Calls 1

DestroyFunction · 0.85

Tested by

no test coverage detected