MCPcopy 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
594bool 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

menuSkipMethod · 0.85
conf_parseFunction · 0.85
build_confFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected