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

Function simdeckJson

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

Source from the content-addressed store, hash-verified

760}
761
762function simdeckJson(args, options = {}) {
763 return JSON.parse(simdeckText(args, options));
764}
765
766async function retrySimdeckJson(args, label, options = {}) {
767 const attempts = options.attempts ?? 6;

Callers 8

mainFunction · 0.70
runCliControlsFunction · 0.70
retrySimdeckJsonFunction · 0.70
openUrlPromptActionsFunction · 0.70
keyboardTipPromptActionsFunction · 0.70
assertSimulatorListedFunction · 0.70

Calls 2

simdeckTextFunction · 0.85
parseMethod · 0.45

Tested by

no test coverage detected