Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Type
Method
Type
src/engine/shared/datafile.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
int m_Size;
89
90
int Type() const
91
{
92
return (m_TypeAndId >> 16u) & MAX_ITEM_TYPE;
93
}
94
95
int Id() const
96
{
Callers
2
Validate
Method · 0.45
GetItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected