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

Function shutdownSimulator

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

Source from the content-addressed store, hash-verified

68}
69
70export function shutdownSimulator(udid: string) {
71 return postSimulatorAction(udid, "shutdown");
72}
73
74export function openSimulatorUrl(udid: string, payload: OpenUrlPayload) {
75 return postSimulatorAction(udid, "open-url", payload);

Callers 1

AppShellFunction · 0.90

Calls 1

postSimulatorActionFunction · 0.85

Tested by

no test coverage detected