Searched refs:qs (Results 1 – 2 of 2) sorted by relevance
366 let mut qs = queries.lock().await; in run() localVariable367 for j in (0..qs.len()).rev() { in run()368 if qs[j].name_with_suffix == a.name.data { in run()369 let _ = qs[j] in run()376 qs.remove(j); in run()
127 let mut qs = vec![]; in all_questions() localVariable132 return Ok(qs); in all_questions()137 Ok(q) => qs.push(q), in all_questions()