Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
500
uint64_t Field::getUInt64() const {
501
return getVarint();
502
}
503
504
void Field::setUInt64(uint64_t v) {
505
setVarint(v);
Callers
3
getProtobufNonRepeatedField
Function · 0.80
TEST
Function · 0.80
checkVarintConformance
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
checkVarintConformance
Method · 0.64