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

Method Clone

common/values/custom_map_value_test.cc:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 CustomMapValue Clone(google::protobuf::Arena* absl_nonnull arena) const override {
119 return CustomMapValue(
120 (::new (arena->AllocateAligned(sizeof(CustomMapValueInterfaceTest),
121 alignof(CustomMapValueInterfaceTest)))
122 CustomMapValueInterfaceTest()),
123 arena);
124 }
125
126 private:
127 absl::StatusOr<bool> Find(

Callers

nothing calls this directly

Calls 1

CustomMapValueClass · 0.70

Tested by

no test coverage detected