@ @ requires file_recovery->file_check == &file_check_doc; @ requires valid_file_check_param(file_recovery); @ ensures valid_file_check_result(file_recovery); @*/
| 419 | @ ensures valid_file_check_result(file_recovery); |
| 420 | @*/ |
| 421 | static void file_check_doc(file_recovery_t *file_recovery) |
| 422 | { |
| 423 | file_check_doc_aux(file_recovery, 0); |
| 424 | } |
| 425 | |
| 426 | /*@ |
| 427 | @ requires \valid_read(dir_entry); |
no test coverage detected