headless_lms_models::library::course_stats

Function get_total_users_started_course

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

Total unique users in the course settings table.