headless_lms_models::course_exams

Function get_course_ids_by_exam_id

Source
pub async fn get_course_ids_by_exam_id(
    conn: &mut PgConnection,
    exam_id: Uuid,
) -> ModelResult<Vec<Uuid>>
Expand description

Gets all course ids associated with the given exam id.