Skip to main content

named_upload_ids

Function named_upload_ids 

Source
fn named_upload_ids(submission: &StudentExerciseSlideSubmission) -> Vec<Uuid>
Expand description

Collects every uploaded file id named across all of a submission’s file-typed answers.

One list for the whole submission, not one per task: a file named by two different task submissions is still a duplicate, and the callers below run their checks against this list in a single batched query rather than one query per task.