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

Method Reserve

generator/way_nodes_mapper.hpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187public:
188 template <class Sink>
189 void Reserve(Sink & sink)
190 {
191 m_sizePos = sink.Pos();
192 WriteToSink(sink, SizeT(0));
193 }
194
195 template <class Sink>
196 void Write(Sink & sink, SizeT sz)

Callers

nothing calls this directly

Calls 2

WriteToSinkFunction · 0.85
PosMethod · 0.45

Tested by

no test coverage detected