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

Method AsParsedJsonList

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

Source from the content-addressed store, hash-verified

914 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
915 absl::optional<ParsedJsonListValue> AsParsedJsonList() &&;
916 absl::optional<ParsedJsonListValue> AsParsedJsonList() const&& {
917 return common_internal::AsOptional(AsParsedJsonList());
918 }
919
920 // Performs a checked cast from a value to a parsed JSON map value,
921 // 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