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

Function runJson

scripts/integration/cli.mjs:1774–1776  ·  view source on GitHub ↗
(command, args, options = {})

Source from the content-addressed store, hash-verified

1772}
1773
1774function runJson(command, args, options = {}) {
1775 return JSON.parse(runText(command, args, options));
1776}
1777
1778function runText(command, args, options = {}) {
1779 const startedAt = Date.now();

Callers 2

availableIosRuntimesFunction · 0.70
availableDeviceTypesFunction · 0.70

Calls 2

runTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected