MCPcopy 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
53template <typename Source>
54void SkipPadding(Source & src)
55{
56 uint32_t const padding = ToAlign8(src.Pos());
57 src.Skip(padding);
58}
59
60class MapVisitor
61{

Callers 1

DeserializeMethod · 0.85

Calls 3

ToAlign8Function · 0.85
PosMethod · 0.45
SkipMethod · 0.45

Tested by

no test coverage detected