Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ menu_has_help
Function
menu_has_help
scripts/config/menu.c:676–679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
674
}
675
676
bool menu_has_help(struct menu *menu)
677
{
678
return menu->help != NULL;
679
}
680
681
const char *menu_get_help(struct menu *menu)
682
{
Callers
1
menu_get_ext_help
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected