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

Method has_border

libs/indexer/drules_struct.pb.h:2309–2311  ·  view source on GitHub ↗

.LineDefProto border = 2;

Source from the content-addressed store, hash-verified

2307
2308// .LineDefProto border = 2;
2309inline bool AreaRuleProto::has_border() const {
2310 return this != internal_default_instance() && border_ != NULL;
2311}
2312inline void AreaRuleProto::clear_border() {
2313 if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_;
2314 border_ = NULL;

Callers 1

ProcessRuleMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected