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

Method has_shield

libs/indexer/drules_struct.pb.cc:5395–5397  ·  view source on GitHub ↗

.ShieldRuleProto shield = 8;

Source from the content-addressed store, hash-verified

5393
5394// .ShieldRuleProto shield = 8;
5395bool DrawElementProto::has_shield() const {
5396 return this != internal_default_instance() && shield_ != NULL;
5397}
5398void DrawElementProto::clear_shield() {
5399 if (GetArenaNoVirtual() == NULL && shield_ != NULL) delete shield_;
5400 shield_ = NULL;

Callers 4

ByteSizeLongMethod · 0.95
DrawElementProtoMethod · 0.60
MergeFromMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected