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

Method getUInt64

valdi_protobuf/src/valdi_protobuf/Field.cpp:500–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500uint64_t Field::getUInt64() const {
501 return getVarint();
502}
503
504void Field::setUInt64(uint64_t v) {
505 setVarint(v);

Callers 3

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64