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

Method Skip

engine/ddf/src/ddf/ddf_inputbuffer.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 bool InputBuffer::Skip(uint32_t amount)
44 {
45 assert(m_Current <= m_End);
46 m_Current += amount;
47 return m_Current <= m_End;
48 }
49
50 bool InputBuffer::Read(int length, const char** buffer_out)
51 {

Callers 1

SkipFieldFunction · 0.80

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected