Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
326
function
commandOutput(command, args) {
327
return
run(command, args).stdout.trim();
328
}
329
330
function
run(command, args) {
331
const
result = spawnSync(command, args, {
Callers
1
buildCachedFixtureApp
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected