Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ menu_has_prompt
Function
menu_has_prompt
scripts/config/menu.c:594–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
}
593
594
bool menu_has_prompt(struct menu *menu)
595
{
596
if (!menu->prompt)
597
return false;
598
return true;
599
}
600
601
/*
602
* Determine if a menu is empty.
Callers
3
menuSkip
Method · 0.85
conf_parse
Function · 0.85
build_conf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected