Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TestSprite/testsprite-cli
/ makeOutput
Function
makeOutput
src/commands/agent.ts:768–770 ·
view source on GitHub ↗
(mode: OutputMode, deps: AgentDeps)
Source
from the content-addressed store, hash-verified
766
}
767
768
function
makeOutput(mode: OutputMode, deps: AgentDeps): Output {
769
return
new
Output(mode, { stdout: deps.stdout, stderr: deps.stderr });
770
}
Callers
2
runInstall
Function · 0.70
runList
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected