MCPcopy Create free account
hub / github.com/Entware/Entware / conf_set_changed

Function conf_set_changed

scripts/config/confdata.c:1250–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248static void (*conf_changed_callback)(void);
1249
1250void conf_set_changed(bool val)
1251{
1252 bool changed = conf_changed != val;
1253
1254 conf_changed = val;
1255
1256 if (conf_changed_callback && changed)
1257 conf_changed_callback();
1258}
1259
1260bool conf_get_changed(void)
1261{

Callers 7

sym_clear_all_validFunction · 0.85
conf_loadFunction · 0.85
conf_read_simpleFunction · 0.85
conf_readFunction · 0.85
conf_writeFunction · 0.85
conf_parseFunction · 0.85
conf_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected