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

Method GetError

common/value.h:1773–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771 const ErrorValue& GetError() const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1772 ErrorValue GetError() &&;
1773 ErrorValue GetError() const&& { return GetError(); }
1774
1775 // Performs an unchecked cast from a value to an int value. In
1776 // debug builds a best effort is made to crash. If `IsInt()` would return

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected