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

Method has_circle

libs/indexer/drules_struct.pb.cc:5317–5319  ·  view source on GitHub ↗

.CircleRuleProto circle = 6;

Source from the content-addressed store, hash-verified

5315
5316// .CircleRuleProto circle = 6;
5317bool DrawElementProto::has_circle() const {
5318 return this != internal_default_instance() && circle_ != NULL;
5319}
5320void DrawElementProto::clear_circle() {
5321 if (GetArenaNoVirtual() == NULL && circle_ != NULL) delete circle_;
5322 circle_ = NULL;

Callers 4

ByteSizeLongMethod · 0.95
DrawElementProtoMethod · 0.60
MergeFromMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected