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

Function runJson

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

Source from the content-addressed store, hash-verified

306}
307
308function runJson(command, args, options = {}) {
309 return JSON.parse(runText(command, args, options));
310}
311
312function runText(command, args, options = {}) {
313 const result = spawnSync(command, args, {

Callers

nothing calls this directly

Calls 2

runTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected