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

Method has_border

libs/indexer/drules_struct.pb.cc:2126–2128  ·  view source on GitHub ↗

.LineDefProto border = 2;

Source from the content-addressed store, hash-verified

2124
2125// .LineDefProto border = 2;
2126bool AreaRuleProto::has_border() const {
2127 return this != internal_default_instance() && border_ != NULL;
2128}
2129void AreaRuleProto::clear_border() {
2130 if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_;
2131 border_ = NULL;

Callers 5

ByteSizeLongMethod · 0.95
AreaRuleProtoMethod · 0.60
MergeFromMethod · 0.60
CircleRuleProtoMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected