MCPcopy Create free account
hub / github.com/comaps/comaps / CopyFrom

Method CopyFrom

libs/indexer/drules_struct.pb.cc:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void DashDotProto::CopyFrom(const DashDotProto& from) {
402// @@protoc_insertion_point(class_specific_copy_from_start:DashDotProto)
403 if (&from == this) return;
404 Clear();
405 MergeFrom(from);
406}
407
408bool DashDotProto::IsInitialized() const {
409 return true;

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.85

Tested by

no test coverage detected