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

Method Eof

engine/ddf/src/ddf/ddf_inputbuffer.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 bool InputBuffer::Eof()
85 {
86 assert(m_Current <= m_End);
87 return m_Current == m_End;
88 }
89
90 bool InputBuffer::ReadVarInt64(uint64_t* value)
91 {

Callers 3

DoLoadMessageFunction · 0.80
CalculateRepeatedFunction · 0.80

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected