Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SkipPadding
Function
SkipPadding
libs/coding/succinct_mapper.hpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
template <typename Source>
54
void SkipPadding(Source & src)
55
{
56
uint32_t const padding = ToAlign8(src.Pos());
57
src.Skip(padding);
58
}
59
60
class MapVisitor
61
{
Callers
1
Deserialize
Method · 0.85
Calls
3
ToAlign8
Function · 0.85
Pos
Method · 0.45
Skip
Method · 0.45
Tested by
no test coverage detected