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

Method ReadInfo

libs/coding/files_container.cpp:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template <typename Reader>
54void FilesContainerBase::ReadInfo(Reader & reader)
55{
56 uint64_t offset = ReadPrimitiveFromPos<uint64_t>(reader, 0);
57
58 ReaderSource<Reader> src(reader);
59 src.Skip(offset);
60
61 rw::Read(src, m_info);
62}
63
64/////////////////////////////////////////////////////////////////////////////
65// FilesContainerR

Callers

nothing calls this directly

Calls 2

ReadFunction · 0.70
SkipMethod · 0.45

Tested by

no test coverage detected