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

Function get

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

Source from the content-addressed store, hash-verified

612 : Unique(ptr, arena, unowned) {}
613
614 T* get() const noexcept { return ptr_; }
615
616 void Delete() const noexcept {
617 if (static_cast<bool>(*this)) {

Callers 6

ManualClass · 0.85
operator->Method · 0.85
DestructMethod · 0.85
memory.hFile · 0.85
BorrowedClass · 0.85
operator->Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected