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

Function bootSimulator

packages/client/src/api/controls.ts:66–68  ·  view source on GitHub ↗
(udid: string)

Source from the content-addressed store, hash-verified

64}
65
66export function bootSimulator(udid: string) {
67 return postSimulatorAction(udid, "boot");
68}
69
70export function shutdownSimulator(udid: string) {
71 return postSimulatorAction(udid, "shutdown");

Callers 1

AppShellFunction · 0.90

Calls 1

postSimulatorActionFunction · 0.85

Tested by

no test coverage detected