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

Method GetOptional

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

Source from the content-addressed store, hash-verified

1825 const OptionalValue& GetOptional() const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1826 OptionalValue GetOptional() &&;
1827 OptionalValue GetOptional() const&& { return GetOptional(); }
1828
1829 // Performs an unchecked cast from a value to a parsed message value. In
1830 // debug builds a best effort is made to crash. If `IsParsedJsonList()` would

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected