Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ GetMenuCount
Method
GetMenuCount
NetStream/source/menus/menu_generic.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
uint32_t menu::GetMenuCount()
128
{
129
return s_menuStack.size();
130
}
131
132
menu::GenericMenu *menu::GetMenuAt(uint32_t idx)
133
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected