MCPcopy 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
676bool menu_has_help(struct menu *menu)
677{
678 return menu->help != NULL;
679}
680
681const char *menu_get_help(struct menu *menu)
682{

Callers 1

menu_get_ext_helpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected