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

Method has_pathsym

libs/indexer/drules_struct.pb.h:2086–2088  ·  view source on GitHub ↗

.PathSymProto pathsym = 5;

Source from the content-addressed store, hash-verified

2084
2085// .PathSymProto pathsym = 5;
2086inline bool LineRuleProto::has_pathsym() const {
2087 return this != internal_default_instance() && pathsym_ != NULL;
2088}
2089inline void LineRuleProto::clear_pathsym() {
2090 if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_;
2091 pathsym_ = NULL;

Callers 2

LineMethod · 0.60
ProcessRuleMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected