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

Method Clone

common/values/bytes_value.cc:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126BytesValue BytesValue::Clone(google::protobuf::Arena* absl_nonnull arena) const {
127 return BytesValue(value_.Clone(arena));
128}
129
130size_t BytesValue::Size() const {
131 return NativeValue(

Callers 1

optional_value.ccFile · 0.45

Calls 1

BytesValueClass · 0.70

Tested by

no test coverage detected