MCPcopy Create free account
hub / github.com/defold/defold / Seek

Method Seek

engine/ddf/src/ddf/ddf_inputbuffer.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void InputBuffer::Seek(uint32_t pos)
38 {
39 m_Current = m_Start + pos;
40 assert(m_Current <= m_End);
41 }
42
43 bool InputBuffer::Skip(uint32_t amount)
44 {

Callers 1

LoadMessageFunction · 0.80

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected