Skip to main content

get_active_for_course

Function get_active_for_course 

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

Every active realisation of one course, unpaginated: unlike claim_stalest_for_listing, which pages by staleness for the scheduler, this one must not miss any of them.