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

Method Clone

common/values/custom_list_value.cc:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 CustomListValue Clone(google::protobuf::Arena* absl_nonnull arena) const override {
78 return CustomListValue(&EmptyListValue::Get(), arena);
79 }
80
81 int size() const override { return 0; }
82

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
CustomListValueClass · 0.70

Tested by

no test coverage detected