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

Function Write

libs/coding/files_container.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template <typename Sink, typename Info>
34void Write(Sink & sink, Info const & i)
35{
36 rw::Write(sink, i.m_tag);
37
38 WriteVarUint(sink, i.m_offset);
39 WriteVarUint(sink, i.m_size);
40}
41
42std::string DebugPrint(FilesContainerBase::TagInfo const & info)
43{

Callers 2

WriteMethod · 0.70
FinishMethod · 0.70

Calls 1

WriteVarUintFunction · 0.85

Tested by

no test coverage detected