MCPcopy
hub / github.com/Fission-AI/OpenSpec / getOutput

Function getOutput

test/commands/artifact-workflow.test.ts:29–31  ·  view source on GitHub ↗

* Gets combined output from CLI result (ora outputs to stdout).

(result: { stdout: string; stderr: string })

Source from the content-addressed store, hash-verified

27 * Gets combined output from CLI result (ora outputs to stdout).
28 */
29 function getOutput(result: { stdout: string; stderr: string }): string {
30 return result.stdout + result.stderr;
31 }
32
33 /**
34 * Normalizes path separators to forward slashes for cross-platform assertions.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected