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

Method has_path_text

libs/indexer/drules_struct.pb.cc:5356–5358  ·  view source on GitHub ↗

.PathTextRuleProto path_text = 7;

Source from the content-addressed store, hash-verified

5354
5355// .PathTextRuleProto path_text = 7;
5356bool DrawElementProto::has_path_text() const {
5357 return this != internal_default_instance() && path_text_ != NULL;
5358}
5359void DrawElementProto::clear_path_text() {
5360 if (GetArenaNoVirtual() == NULL && path_text_ != NULL) delete path_text_;
5361 path_text_ = NULL;

Callers 4

ByteSizeLongMethod · 0.95
DrawElementProtoMethod · 0.60
MergeFromMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected