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

Method getInt64

valdi_protobuf/src/valdi_protobuf/Field.cpp:454–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454int64_t Field::getInt64() const {
455 return static_cast<int64_t>(getVarint());
456}
457
458void Field::setInt64(int64_t v) {
459 setVarint(static_cast<int64_t>(v));

Callers 3

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64