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

Method getIndexAsSize

valdi_core/src/valdi_core/cpp/Utils/SequenceIDGenerator.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35size_t SequenceID::getIndexAsSize() const {
36 return static_cast<size_t>(_index);
37}
38
39bool SequenceID::operator==(const SequenceID& other) const {
40 return _index == other._index && _salt == other._salt;

Callers 2

stashJSValueMethod · 0.80
doGetStashedJSValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected