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

Method Clone

common/values/custom_map_value.cc:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 CustomMapValue Clone(google::protobuf::Arena* absl_nonnull) const override {
105 return CustomMapValue();
106 }
107
108 absl::optional<CelValue> operator[](CelValue key) const override {
109 return absl::nullopt;

Callers

nothing calls this directly

Calls 1

CustomMapValueClass · 0.70

Tested by

no test coverage detected