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

Method Concat

common/values/bytes_value.cc:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56} // namespace
57
58BytesValue BytesValue::Concat(const BytesValue& lhs, const BytesValue& rhs,
59 google::protobuf::Arena* absl_nonnull arena) {
60 return BytesValue(
61 common_internal::ByteString::Concat(lhs.value_, rhs.value_, arena));
62}
63
64std::string BytesValue::DebugString() const { return BytesDebugString(*this); }
65

Callers

nothing calls this directly

Calls 1

BytesValueClass · 0.70

Tested by

no test coverage detected