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

Method Write

generator/way_nodes_mapper.hpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195 template <class Sink>
196 void Write(Sink & sink, SizeT sz)
197 {
198 auto const savedPos = sink.Pos();
199 sink.Seek(m_sizePos);
200 WriteToSink(sink, sz);
201 sink.Seek(savedPos);
202 }
203};
204
205} // namespace generator

Callers

nothing calls this directly

Calls 3

WriteToSinkFunction · 0.85
PosMethod · 0.45
SeekMethod · 0.45

Tested by

no test coverage detected