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

Method Concat

common/values/string_value.cc:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70} // namespace
71
72StringValue StringValue::Concat(const StringValue& lhs, const StringValue& rhs,
73 google::protobuf::Arena* absl_nonnull arena) {
74 return StringValue(
75 common_internal::ByteString::Concat(lhs.value_, rhs.value_, arena));
76}
77
78std::string StringValue::DebugString() const {
79 return StringDebugString(*this);

Callers

nothing calls this directly

Calls 1

StringValueClass · 0.70

Tested by

no test coverage detected