Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ menu_get_help
Function
menu_get_help
scripts/config/menu.c:681–687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
const char *menu_get_help(struct menu *menu)
682
{
683
if (menu->help)
684
return menu->help;
685
else
686
return
""
;
687
}
688
689
static void get_def_str(struct gstr *r, struct menu *menu)
690
{
Callers
1
menu_get_ext_help
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected