Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetTicks
Method
GetTicks
src/engine/client/ghost.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
static const LOG_COLOR LOG_COLOR_GHOST{165, 153, 153};
18
19
int CGhostHeader::GetTicks() const
20
{
21
return bytes_be_to_uint(m_aNumTicks);
22
}
23
24
int CGhostHeader::GetTime() const
25
{
Callers
1
ValidateHeader
Method · 0.80
Calls
1
bytes_be_to_uint
Function · 0.85
Tested by
no test coverage detected