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

Function conf_get_changed

util/kconfig/confdata.c:1286–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286bool conf_get_changed(void)
1287{
1288 return conf_changed;
1289}
1290
1291void conf_set_changed_callback(void (*fn)(void))
1292{

Callers 8

closeEventMethod · 0.85
conf_changedMethod · 0.85
do_exitFunction · 0.85
conf_writeFunction · 0.85
handle_exitFunction · 0.85
mainFunction · 0.85
on_window1_delete_eventFunction · 0.85
conf_changedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected