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

Function Clone

eval/tests/modern_benchmark_test.cc:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 }
393
394 CustomMapValue Clone(google::protobuf::Arena* absl_nonnull arena) const override {
395 return CustomMapValue(google::protobuf::Arena::Create<RequestMapImpl>(arena), arena);
396 }
397
398 protected:
399 // Called by `Find` after performing various argument checks.

Callers

nothing calls this directly

Calls 1

CustomMapValueClass · 0.50

Tested by

no test coverage detected