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

Method has_primary

libs/indexer/drules_struct.pb.cc:3357–3359  ·  view source on GitHub ↗

.CaptionDefProto primary = 1;

Source from the content-addressed store, hash-verified

3355
3356// .CaptionDefProto primary = 1;
3357bool CaptionRuleProto::has_primary() const {
3358 return this != internal_default_instance() && primary_ != NULL;
3359}
3360void CaptionRuleProto::clear_primary() {
3361 if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_;
3362 primary_ = NULL;

Callers 5

ByteSizeLongMethod · 0.95
CaptionRuleProtoMethod · 0.60
MergeFromMethod · 0.60
PathTextRuleProtoMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected