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

Method Clone

common/values/string_value.cc:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164StringValue StringValue::Clone(google::protobuf::Arena* absl_nonnull arena) const {
165 return StringValue(value_.Clone(arena));
166}
167
168int StringValue::Compare(absl::string_view string) const {
169 return value_.Compare(string);

Callers

nothing calls this directly

Calls 1

StringValueClass · 0.70

Tested by

no test coverage detected