MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / simdeckJson

Function simdeckJson

scripts/integration/android.mjs:840–844  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

838}
839
840function simdeckJson(args, options = {}) {
841 return JSON.parse(
842 runText(simdeck, ["--server-url", session.endpoint, ...args], options),
843 );
844}
845
846function runText(command, args, options = {}) {
847 return runBuffer(command, args, options).toString("utf8").trim();

Callers 1

runCliSurfaceFunction · 0.70

Calls 2

runTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected