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

Function ~Unique

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

Source from the content-addressed store, hash-verified

501 }
502
503 ~Unique() { Delete(); }
504
505 Unique& operator=(Unique&& other) noexcept {
506 if (ABSL_PREDICT_TRUE(this != &other)) {

Callers

nothing calls this directly

Calls 1

DeleteFunction · 0.70

Tested by

no test coverage detected