Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
594
bool 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
menuSkip
Method · 0.85
build_conf
Function · 0.85
fill_row
Function · 0.85
update_tree
Function · 0.85
display_tree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected