Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ MenuCategory
Method
MenuCategory
Applications/Shell/menu.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
std::vector<Lemon::GUI::ContextMenuEntry> items;
37
38
MenuCategory(){
39
40
}
41
42
MenuCategory(std::string name){
43
this->name = name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected