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

Method AsBytes

common/value.h:811–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809 optional_ref<const BytesValue> AsBytes() const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
810 absl::optional<BytesValue> AsBytes() &&;
811 absl::optional<BytesValue> AsBytes() const&& {
812 return common_internal::AsOptional(AsBytes());
813 }
814
815 // Performs a checked cast from a value to a double value,
816 // 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