MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / read_live_entries

Method read_live_entries

packages/server/src/inspector.rs:491–496  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

489 }
490
491 async fn read_live_entries(&self) -> Vec<PublishedInspector> {
492 let _lock = RegistryFileLock::acquire(&self.path).ok();
493 let mut registry = read_registry_file(&self.path);
494 prune_registry_file(&mut registry);
495 registry.inspectors
496 }
497}
498
499struct RegistryFileLock {

Calls 2

read_registry_fileFunction · 0.85
prune_registry_fileFunction · 0.85

Tested by

no test coverage detected