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

Method Data

libs/coding/mmap_reader.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140uint8_t * MmapReader::Data() const
141{
142 return m_data->m_memory;
143}
144
145void MmapReader::SetOffsetAndSize(uint64_t offset, uint64_t size)
146{

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36