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

Method AsParsedJsonMap

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

Source from the content-addressed store, hash-verified

928 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
929 absl::optional<ParsedJsonMapValue> AsParsedJsonMap() &&;
930 absl::optional<ParsedJsonMapValue> AsParsedJsonMap() const&& {
931 return common_internal::AsOptional(AsParsedJsonMap());
932 }
933
934 // Performs a checked cast from a value to a custom list value,
935 // 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