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

Function simdeckJson

scripts/integration/webrtc.mjs:282–284  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

280}
281
282function simdeckJson(args, options = {}) {
283 return JSON.parse(runText(simdeck, args, options));
284}
285
286async function retrySimdeckJson(args, label, options = {}) {
287 const attempts = options.attempts ?? 3;

Callers 3

retrySimdeckJsonFunction · 0.70

Calls 2

runTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected