Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ GetUniqueID
Function
GetUniqueID
Descent3/ConfigItem.cpp:1077–1081 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1075
}
1076
1077
int GetUniqueID(void) {
1078
static int count = 0xB0;
1079
count++;
1080
return count;
1081
}
1082
1083
void CIListBoxCallback(int ID, void *ptr) {}
1084
Callers
1
Add
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected