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

Function runJson

scripts/integration/js-api.mjs:740–742  ·  view source on GitHub ↗
(command, args, options = {})

Source from the content-addressed store, hash-verified

738}
739
740function runJson(command, args, options = {}) {
741 return JSON.parse(runText(command, args, options));
742}
743
744function runText(command, args, options = {}) {
745 const result = spawnSync(command, args, {

Callers

nothing calls this directly

Calls 2

runTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected