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

Method Read

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

Source from the content-addressed store, hash-verified

105 uint64_t Size() const { return m_p->Size(); }
106
107 void Read(uint64_t pos, void * p, size_t size) const { m_p->Read(pos, p, size); }
108
109 void ReadAsString(std::string & s) const { m_p->ReadAsString(s); }
110

Callers 4

ReadMethod · 0.45
ReadMethod · 0.45
ReadFromPosFunction · 0.45
ReadPrimitiveFromSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected