Function copy_exam_content

Source
async fn copy_exam_content(
    tx: &mut PgConnection,
    parent_exam_id: &Uuid,
    new_exam: &NewExam,
    new_exam_id: Option<Uuid>,
) -> ModelResult<Exam>