MCPcopy Create free account
hub / github.com/comaps/comaps / ReverseFreeze

Function ReverseFreeze

libs/coding/succinct_mapper.hpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269template <typename T, typename TWriter>
270uint64_t ReverseFreeze(T & val, TWriter & writer, char const * name)
271{
272 ReverseFreezeVisitor<TWriter> visitor(writer);
273 visitor(val, name);
274 return visitor.BytesWritten();
275}
276} // namespace coding

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

BytesWrittenMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.68