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

Function if

src/phcli.c:272–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271 }
272 else if(isdigit(params->cmd_run[0]))
273 {
274 list_part_t *element;
275 const unsigned int order=get_int_from_command(&params->cmd_run);
276 for(element=list_part;element!=NULL && element->part->order!=order;element=element->next);
277 if(element!=NULL)
278 params->partition=element->part;
279 }
280#endif
281 else
282 {

Callers

nothing calls this directly

Calls 1

get_int_from_commandFunction · 0.85

Tested by

no test coverage detected