MCPcopy 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
171int nextID = 10000;
172int GetItemID(){
173 return nextID++;
174}
175
176void InitializeMenu(){
177 syscall(SYS_GET_VIDEO_MODE, (uintptr_t)&videoInfo,0,0,0,0);

Callers 1

InitializeMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected