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

Method Read

libs/coding/coding_tests/reader_cache_test.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 {}
23
24 void Read(uint64_t pos, void * p, size_t size) const { m_Cache.Read(m_Reader, pos, p, size); }
25
26private:
27 ReaderT m_Reader;

Callers 12

UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
ReadToStringFromPosFunction · 0.45
ReadToStringFromSourceFunction · 0.45
CheckContainerFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
TestStringCodingTFunction · 0.45
CheckFileOKFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
TestFileSorterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected