MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / generation

Method generation

packages/server/src/api/routes.rs:206–213  ·  view source on GitHub ↗
(&self, udid: &str)

Source from the content-addressed store, hash-verified

204 }
205
206 fn generation(&self, udid: &str) -> u64 {
207 self.generations
208 .lock()
209 .unwrap_or_else(|poisoned| poisoned.into_inner())
210 .get(udid)
211 .copied()
212 .unwrap_or(0)
213 }
214
215 fn begin_warming(&self, udid: &str, generation: u64) -> bool {
216 let mut warming = self

Callers 5

insertMethod · 0.80
boot_ios_deviceFunction · 0.80
warm_accessibility_cacheFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected