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

Method Clone

codelab/network_functions.cc:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 cel::OpaqueValue Clone(google::protobuf::Arena* absl_nonnull arena) const final {
293 return NetworkAddressMatcher::MakeValue(arena, rep_).GetOpaque();
294 }
295
296 cel::NativeTypeId GetNativeTypeId() const final {
297 return cel::TypeId<NetworkAddressMatcherImpl>();

Callers

nothing calls this directly

Calls 2

MakeValueFunction · 0.85
GetOpaqueMethod · 0.45

Tested by

no test coverage detected