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

Function ~ErrorValue

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

Source from the content-addressed store, hash-verified

66 ErrorValue(ErrorValue&& other) noexcept { MoveConstruct(other); }
67
68 ~ErrorValue() { Destruct(); }
69
70 ErrorValue& operator=(const ErrorValue& other) {
71 if (this != &other) {

Callers

nothing calls this directly

Calls 1

DestructFunction · 0.85

Tested by

no test coverage detected