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

Function print_status

packages/server/src/core_simulator.rs:77–87  ·  view source on GitHub ↗
(action: &str)

Source from the content-addressed store, hash-verified

75}
76
77fn print_status(action: &str) {
78 println!(
79 "{}",
80 serde_json::to_string_pretty(&serde_json::json!({
81 "ok": true,
82 "service": "com.apple.CoreSimulator.CoreSimulatorService",
83 "action": action,
84 }))
85 .unwrap()
86 );
87}

Callers 3

startFunction · 0.85
shutdownFunction · 0.85
restartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected