pub async fn get_by_exercise_task_ids(
conn: &mut PgConnection,
exercise_task_ids: &[Uuid],
spec_kind: SpecKind,
) -> ModelResult<HashMap<Uuid, Vec<Uuid>>>Expand description
What each task’s spec of the given kind declares, keyed by task. Tasks that declare nothing are absent from the map rather than present with an empty list.