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

Function params_reset

src/photorec.c:964–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void params_reset(struct ph_param *params, const struct ph_options *options)
965{
966 /*@ assert valid_ph_param(params); */
967 params->file_stats=init_file_stats(options->list_file_format);
968 /*@ assert valid_ph_param(params); */
969 params_reset_aux(params);
970}
971
972const char *status_to_name(const photorec_status_t status)
973{

Callers 2

photorecFunction · 0.85
photorecMethod · 0.85

Calls 2

init_file_statsFunction · 0.85
params_reset_auxFunction · 0.85

Tested by

no test coverage detected