Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetItemID
Function
GetItemID
Applications/Shell/menu.cpp:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
171
int nextID = 10000;
172
int GetItemID(){
173
return nextID++;
174
}
175
176
void InitializeMenu(){
177
syscall(SYS_GET_VIDEO_MODE, (uintptr_t)&videoInfo,0,0,0,0);
Callers
1
InitializeMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected