Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1286
bool conf_get_changed(void)
1287
{
1288
return conf_changed;
1289
}
1290
1291
void conf_set_changed_callback(void (*fn)(void))
1292
{
Callers
8
closeEvent
Method · 0.85
conf_changed
Method · 0.85
do_exit
Function · 0.85
conf_write
Function · 0.85
handle_exit
Function · 0.85
main
Function · 0.85
on_window1_delete_event
Function · 0.85
conf_changed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected