Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Tell
Method
Tell
engine/ddf/src/ddf/ddf_inputbuffer.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
uint32_t InputBuffer::Tell()
32
{
33
assert(m_Current <= m_End);
34
return (uint32_t) (m_Current - m_Start);
35
}
36
37
void InputBuffer::Seek(uint32_t pos)
38
{
Callers
2
DoLoadMessage
Function · 0.80
CalculateRepeated
Function · 0.80
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected