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

Method Read

libs/coding/reader.hpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 ReaderSource(TReader const & reader) : m_reader(reader), m_pos(0) {}
197
198 void Read(void * p, size_t size)
199 {
200 m_reader.Read(m_pos, p, size);
201 m_pos += size;
202 }
203
204 void Skip(uint64_t size)
205 {

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected