MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / interface_analyse

Function interface_analyse

src/tanalyse.c:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107list_part_t *interface_analyse(disk_t *disk_car, const int verbose, const int saveheader, char**current_cmd)
108{
109 log_info("\nAnalyse ");
110 log_info("%s\n",disk_car->description(disk_car));
111 return interface_analyse_ncurses(disk_car, verbose, saveheader, current_cmd);
112}
113

Callers 2

menu_disk_cliFunction · 0.85
menu_disk_ncursesFunction · 0.85

Calls 1

Tested by

no test coverage detected