Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOfficialFloW/VitaShell
/ getContextMenuMode
Function
getContextMenuMode
context_menu.c:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
static ContextMenu *cur_ctx = NULL;
29
30
int getContextMenuMode() {
31
return ctx_menu_mode;
32
}
33
34
void setContextMenu(ContextMenu *ctx) {
35
cur_ctx = ctx;
Callers
3
textViewer
Function · 0.85
fileBrowserMenuCtrl
Function · 0.85
browserMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected