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

Function ToStringView

common/values/bytes_value.h:230–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 absl::string_view ToStringView(
231 std::string* absl_nonnull scratch
232 ABSL_ATTRIBUTE_LIFETIME_BOUND) const ABSL_ATTRIBUTE_LIFETIME_BOUND {
233 return value_.ToStringView(scratch);
234 }
235
236 friend bool operator<(const BytesValue& lhs, const BytesValue& rhs) {
237 return lhs.value_ < rhs.value_;

Callers

nothing calls this directly

Calls 1

ToStringViewMethod · 0.80

Tested by

no test coverage detected