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

Function commandOutput

scripts/integration/fixture.mjs:326–328  ·  view source on GitHub ↗
(command, args)

Source from the content-addressed store, hash-verified

324}
325
326function commandOutput(command, args) {
327 return run(command, args).stdout.trim();
328}
329
330function run(command, args) {
331 const result = spawnSync(command, args, {

Callers 1

buildCachedFixtureAppFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected