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

Method getSalt

valdi_core/src/valdi_core/cpp/Utils/SequenceIDGenerator.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23uint32_t SequenceID::getSalt() const {
24 return _salt;
25}
26
27uint64_t SequenceID::getId() const {
28 return static_cast<uint64_t>(_salt) << 32 | static_cast<uint64_t>(_index);

Callers 4

checkEntryMethod · 0.80
TESTFunction · 0.80
stashJSValueMethod · 0.80
doGetStashedJSValueMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64