MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / skip

Method skip

Siv3D/src/Siv3D/MemoryReader/SivMemoryReader.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 int64 MemoryReader::skip(const int64 offset)
58 {
59 m_pos = Clamp<int64>((m_pos + offset), 0, m_blob.size());
60
61 return m_pos;
62 }
63
64 int64 MemoryReader::read(void* dst, const int64 size)
65 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected