MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getEnum

Method getEnum

valdi_protobuf/src/valdi_protobuf/Field.cpp:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623EnumValue Field::getEnum() const {
624 return static_cast<EnumValue>(getVarint());
625}
626
627void Field::setEnum(EnumValue v) {
628 setVarint(static_cast<uint64_t>(v));

Callers 3

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36