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

Function ReadFromPos

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

Source from the content-addressed store, hash-verified

252
253template <class TReader>
254inline void ReadFromPos(TReader const & reader, uint64_t pos, void * p, size_t size)
255{
256 reader.Read(pos, p, size);
257}
258
259template <typename TPrimitive, class TReader>
260inline TPrimitive ReadPrimitiveFromPos(TReader const & reader, uint64_t pos)

Callers 4

ReadMethod · 0.85
ReadPrimitiveFromPosFunction · 0.85
ReadMethod · 0.85
UNIT_TESTFunction · 0.85

Calls 1

ReadMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.68