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

Function deleteSimulator

scripts/studio-host-provider.mjs:514–516  ·  view source on GitHub ↗
(udid)

Source from the content-addressed store, hash-verified

512}
513
514async function deleteSimulator(udid) {
515 await execFileAsync("xcrun", ["simctl", "delete", udid], { timeout: 60000 });
516}
517
518async function bootSimulator(config, udid) {
519 await localJson(

Callers 2

allocateSessionFunction · 0.85
releaseSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected