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

Function start

packages/server/src/core_simulator.rs:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4use std::time::Duration;
5
6pub fn start() -> anyhow::Result<()> {
7 run_xcrun(["simctl", "list", "devices"])?;
8 print_status("start");
9 Ok(())
10}
11
12pub fn shutdown() -> anyhow::Result<()> {
13 let _ = Command::new("xcrun")

Callers 4

mainFunction · 0.85
serveFunction · 0.85
run_start_if_idleFunction · 0.85
create_answerFunction · 0.85

Calls 2

run_xcrunFunction · 0.85
print_statusFunction · 0.85

Tested by

no test coverage detected