MCPcopy Create free account
hub / github.com/coreboot/coreboot / menu_has_prompt

Function menu_has_prompt

util/kconfig/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 5

menuSkipMethod · 0.85
build_confFunction · 0.85
fill_rowFunction · 0.85
update_treeFunction · 0.85
display_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected