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

Method GetBytes

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

Source from the content-addressed store, hash-verified

1751 const BytesValue& GetBytes() const& ABSL_ATTRIBUTE_LIFETIME_BOUND;
1752 BytesValue GetBytes() &&;
1753 BytesValue GetBytes() const&& { return GetBytes(); }
1754
1755 // Performs an unchecked cast from a value to a double value. In
1756 // debug builds a best effort is made to crash. If `IsDouble()` would return

Callers 2

ValueClass · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected