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

Method Save

libs/coding/geometry_coding.hpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115 template <typename WriterT>
116 void Save(WriterT & writer) const
117 {
118 WriteVarUint(writer, GetCoordBits());
119 WriteVarUint(writer, m_BasePointUint64);
120 }
121
122 template <typename SourceT>
123 void Load(SourceT & src)

Callers

nothing calls this directly

Calls 2

WriteVarUintFunction · 0.85
GetCoordBitsFunction · 0.85

Tested by

no test coverage detected