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

Function handle_f6

scripts/config/nconf.c:444–448  ·  view source on GitHub ↗

save */

Source from the content-addressed store, hash-verified

442
443/* save */
444static void handle_f6(int *key, struct menu *current_item)
445{
446 conf_save();
447 return;
448}
449
450/* load */
451static void handle_f7(int *key, struct menu *current_item)

Callers

nothing calls this directly

Calls 1

conf_saveFunction · 0.70

Tested by

no test coverage detected