Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
uint32_t SequenceID::getIndex() const {
32
return _index;
33
}
34
35
size_t SequenceID::getIndexAsSize() const {
36
return static_cast<size_t>(_index);
Callers
1
releaseId
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected