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

Method has_dashdot

libs/indexer/drules_struct.pb.cc:1236–1238  ·  view source on GitHub ↗

.DashDotProto dashdot = 3;

Source from the content-addressed store, hash-verified

1234
1235// .DashDotProto dashdot = 3;
1236bool LineRuleProto::has_dashdot() const {
1237 return this != internal_default_instance() && dashdot_ != NULL;
1238}
1239void LineRuleProto::clear_dashdot() {
1240 if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_;
1241 dashdot_ = NULL;

Callers 5

ByteSizeLongMethod · 0.95
LineRuleProtoMethod · 0.60
MergeFromMethod · 0.60
LineDefProtoMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected