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

Function NativeValue

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

Source from the content-addressed store, hash-verified

118
119 ABSL_DEPRECATED("Use ToStatus()")
120 absl::Status NativeValue() const& { return ToStatus(); }
121
122 ABSL_DEPRECATED("Use ToStatus()")
123 absl::Status NativeValue() && { return std::move(*this).ToStatus(); }

Callers 15

IsZeroValueMethod · 0.70
DebugStringMethod · 0.70
SerializeToMethod · 0.70
ConvertToJsonMethod · 0.70
EqualMethod · 0.70
DebugStringMethod · 0.70
SerializeToMethod · 0.70
ConvertToJsonMethod · 0.70
EqualMethod · 0.70
ConvertToJsonMethod · 0.70
EqualMethod · 0.70
SizeMethod · 0.70

Calls 1

ToStatusMethod · 0.45

Tested by

no test coverage detected