Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1435
function
runText(command, args) {
1436
const
result = run(command, args, { capture: true });
1437
return
result.stdout;
1438
}
Callers
4
main
Function · 0.70
appContainerPath
Function · 0.70
readXcodeBuildSettings
Function · 0.70
findBootedSimulatorUDID
Function · 0.70
Calls
1
run
Function · 0.70
Tested by
no test coverage detected