Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
private:
27
ReaderT m_Reader;
Callers
12
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
ReadToStringFromPos
Function · 0.45
ReadToStringFromSource
Function · 0.45
CheckContainer
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
TestStringCodingT
Function · 0.45
CheckFileOK
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
TestFileSorter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected