Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ToggleMenu
Function
ToggleMenu
LibLemon/src/shell/shell.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void ToggleMenu(Endpoint& client){
31
client.Queue(Message(Lemon::Shell::LemonShellToggleMenu));
32
}
33
34
void ToggleMenu(){
35
return;
Callers
1
KeyUpdate
Method · 0.85
Calls
2
Message
Class · 0.50
Queue
Method · 0.45
Tested by
no test coverage detected