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

Method has_area

libs/indexer/drules_struct.pb.cc:5200–5202  ·  view source on GitHub ↗

.AreaRuleProto area = 3;

Source from the content-addressed store, hash-verified

5198
5199// .AreaRuleProto area = 3;
5200bool DrawElementProto::has_area() const {
5201 return this != internal_default_instance() && area_ != NULL;
5202}
5203void DrawElementProto::clear_area() {
5204 if (GetArenaNoVirtual() == NULL && area_ != NULL) delete area_;
5205 area_ = NULL;

Callers 4

ByteSizeLongMethod · 0.95
DrawElementProtoMethod · 0.60
MergeFromMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected