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

Method SubReader

libs/coding/file_reader.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107FileReader FileReader::SubReader(uint64_t pos, uint64_t size) const
108{
109 CheckPosAndSize(pos, size);
110 return FileReader(*this, m_offset + pos, size, m_logPageSize, m_logPageCount);
111}
112
113std::unique_ptr<Reader> FileReader::CreateSubReader(uint64_t pos, uint64_t size) const
114{

Callers 12

GetReaderMethod · 0.45
CreateMethod · 0.45
TestReaderFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
AttachMethod · 0.45
GoToEdgeMethod · 0.45
InitRecordsReaderMethod · 0.45
ParseMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
ApplyBinaryPatchFunction · 0.45

Calls 1

FileReaderClass · 0.70

Tested by 4

TestReaderFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36