Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ NextVarInt
Method
NextVarInt
libs/coding/varint.hpp:222–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
explicit ReadVarInt64ArrayGivenSize(size_t const count) : m_Remaining(count) {}
221
bool Continue(void const *) const { return m_Remaining > 0; }
222
void NextVarInt() { --m_Remaining; }
223
224
private:
225
size_t m_Remaining;
Callers
1
ReadVarInt64Array
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected