MCPcopy Create free account
hub / github.com/Entware/Entware / menuSkip

Method menuSkip

scripts/config/qconf.cc:342–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342bool ConfigList::menuSkip(struct menu *menu)
343{
344 if (optMode == normalOpt && menu_is_visible(menu))
345 return false;
346 if (optMode == promptOpt && menu_has_prompt(menu))
347 return false;
348 if (optMode == allOpt)
349 return false;
350 return true;
351}
352
353void ConfigList::reinit(void)
354{

Callers 1

setMenuLinkMethod · 0.80

Calls 2

menu_is_visibleFunction · 0.85
menu_has_promptFunction · 0.85

Tested by

no test coverage detected