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

Method AsParsedMapField

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

Source from the content-addressed store, hash-verified

970 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
971 absl::optional<ParsedMapFieldValue> AsParsedMapField() &&;
972 absl::optional<ParsedMapFieldValue> AsParsedMapField() const&& {
973 return common_internal::AsOptional(AsParsedMapField());
974 }
975
976 // Performs a checked cast from a value to a parsed message value,
977 // 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