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

Method Size

libs/coding/mmap_reader.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120{}
121
122uint64_t MmapReader::Size() const
123{
124 return m_size;
125}
126
127void MmapReader::Read(uint64_t pos, void * p, size_t size) const
128{

Callers 15

CreateZipFromFilesFunction · 0.45
DeserializerJsonMethod · 0.45
CalculateMethod · 0.45
ReaderStreamBufMethod · 0.45
SaveCurrentSizeMethod · 0.45
ReadAndWriteFunction · 0.45
CreateMethod · 0.45
GetMethod · 0.45
ReadRecordMethod · 0.45
ForEachRecordMethod · 0.45
ReadLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected