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

Function execJson

scripts/studio-host-provider.mjs:663–665  ·  view source on GitHub ↗
(command, args)

Source from the content-addressed store, hash-verified

661}
662
663async function execJson(command, args) {
664 return JSON.parse(await execText(command, args));
665}
666
667async function execText(command, args) {
668 const { stdout } = await execFileAsync(command, args, {

Callers 1

simulatorInventoryFunction · 0.85

Calls 2

execTextFunction · 0.85
parseMethod · 0.45

Tested by

no test coverage detected