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

Method published_inspectors

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

Source from the content-addressed store, hash-verified

225 }
226
227 pub async fn published_inspectors(&self) -> Vec<PublishedInspector> {
228 let Some(registry) = self.registry.as_ref() else {
229 return Vec::new();
230 };
231 registry.read_live_entries().await
232 }
233
234 pub async fn ensure_polled_agent(&self, process_identifier: i64) -> Result<(), String> {
235 {

Callers 1

Calls 1

read_live_entriesMethod · 0.80

Tested by

no test coverage detected