Skip to main content

submission_files_response

Function submission_files_response 

Source
fn submission_files_response(
    files: Vec<SubmissionFile>,
    file_store: &dyn FileStore,
    app_conf: &ApplicationConfiguration,
) -> SubmissionFiles
Expand description

Turns the host’s own file records into the download response. Every tracked file is reachable, not just the first, so a multi-file submission is fully restorable.