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

Function conf_set_message_callback

util/kconfig/confdata.c:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197static void (*conf_message_callback)(const char *s) =
198 conf_default_message_callback;
199void conf_set_message_callback(void (*fn)(const char *s))
200{
201 conf_message_callback = fn;
202}
203
204static void conf_message(const char *fmt, ...)
205{

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected