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

Function runText

scripts/experimental/swiftui-preview.mjs:1435–1438  ·  view source on GitHub ↗
(command, args)

Source from the content-addressed store, hash-verified

1433}
1434
1435function runText(command, args) {
1436 const result = run(command, args, { capture: true });
1437 return result.stdout;
1438}

Callers 4

mainFunction · 0.70
appContainerPathFunction · 0.70
readXcodeBuildSettingsFunction · 0.70
findBootedSimulatorUDIDFunction · 0.70

Calls 1

runFunction · 0.70

Tested by

no test coverage detected