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

Function conf_message_callback

util/kconfig/nconf.c:1251–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251static void conf_message_callback(const char *s)
1252{
1253 btn_dialog(main_window, s, 1, "<OK>");
1254}
1255
1256static void show_help(struct menu *menu)
1257{

Callers 1

conf_messageFunction · 0.70

Calls 1

btn_dialogFunction · 0.85

Tested by

no test coverage detected