Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DoLoadMessage
Function · 0.80
CalculateDynamicDescriptorSize
Function · 0.80
CalculateRepeated
Function · 0.80
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected