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

Function Destruct

common/values/error_value.h:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 void Destruct() {
161 if (arena_ == nullptr) {
162 std::launder(reinterpret_cast<absl::Status*>(&status_.val[0]))->~Status();
163 }
164 }
165
166 google::protobuf::Arena* absl_nullable arena_;
167 union {

Callers 2

~ErrorValueFunction · 0.85
error_value.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected