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

Method Read

libs/search/query_saver.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 inline uint64_t Size() const override { return m_size; }
42
43 inline void Read(uint64_t pos, void * p, size_t size) const override
44 {
45 CheckPosAndSize(pos, size);
46 memcpy(p, m_pData + pos, size);
47 }
48
49 inline SecureMemReader SubReader(uint64_t pos, uint64_t size) const
50 {

Callers 1

DeserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected