MCPcopy Create free account
hub / github.com/acl-dev/acl / has_email

Method has_email

lib_rpc/samples/test.pb.h:612–614  ·  view source on GitHub ↗

optional string email = 3;

Source from the content-addressed store, hash-verified

610
611// optional string email = 3;
612inline bool Person::has_email() const {
613 return (_has_bits_[0] & 0x00000004u) != 0;
614}
615inline void Person::set_has_email() {
616 _has_bits_[0] |= 0x00000004u;
617}

Callers 4

MergeFromMethod · 0.80
handle_oneFunction · 0.80
handle_oneFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected