Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RoundPtr
Method
RoundPtr
libs/indexer/feature.cpp:177–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
uint8_t const * RoundPtr()
178
{
179
if (m_pos > 0)
180
{
181
++m_ptr;
182
m_pos = 0;
183
}
184
return m_ptr;
185
}
186
};
187
188
template <class TSource>
Callers
1
ParseHeader2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected