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

Function handle_f7

scripts/config/nconf.c:451–455  ·  view source on GitHub ↗

load */

Source from the content-addressed store, hash-verified

449
450/* load */
451static void handle_f7(int *key, struct menu *current_item)
452{
453 conf_load();
454 return;
455}
456
457/* search */
458static void handle_f8(int *key, struct menu *current_item)

Callers

nothing calls this directly

Calls 1

conf_loadFunction · 0.70

Tested by

no test coverage detected