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

Method getIndex

valdi_core/src/valdi_core/cpp/Utils/SequenceIDGenerator.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31uint32_t SequenceID::getIndex() const {
32 return _index;
33}
34
35size_t SequenceID::getIndexAsSize() const {
36 return static_cast<size_t>(_index);

Callers 1

releaseIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected