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

Method has_pathsym

libs/indexer/drules_struct.pb.cc:1289–1291  ·  view source on GitHub ↗

.PathSymProto pathsym = 5;

Source from the content-addressed store, hash-verified

1287
1288// .PathSymProto pathsym = 5;
1289bool LineRuleProto::has_pathsym() const {
1290 return this != internal_default_instance() && pathsym_ != NULL;
1291}
1292void LineRuleProto::clear_pathsym() {
1293 if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_;
1294 pathsym_ = 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