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

Method AsCustomList

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

Source from the content-addressed store, hash-verified

942 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
943 absl::optional<CustomListValue> AsCustomList() &&;
944 absl::optional<CustomListValue> AsCustomList() const&& {
945 return common_internal::AsOptional(AsCustomList());
946 }
947
948 // Performs a checked cast from a value to a custom map value,
949 // 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