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

Method AsCustomMap

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

Source from the content-addressed store, hash-verified

956 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
957 absl::optional<CustomMapValue> AsCustomMap() &&;
958 absl::optional<CustomMapValue> AsCustomMap() const&& {
959 return common_internal::AsOptional(AsCustomMap());
960 }
961
962 // Performs a checked cast from a value to a parsed map field value,
963 // returning a non-empty optional with either a value or reference to the

Callers 2

ValueClass · 0.45
AsMethod · 0.45

Calls 1

AsOptionalFunction · 0.85

Tested by

no test coverage detected