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

Method AsOpaque

common/value.h:888–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
887 absl::optional<OpaqueValue> AsOpaque() &&;
888 absl::optional<OpaqueValue> AsOpaque() const&& {
889 return common_internal::AsOptional(AsOpaque());
890 }
891
892 // Performs a checked cast from a value to an optional value,
893 // 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