MCPcopy Index your code
hub / github.com/coder/coder / output

Method output

agent/agentproc/process.go:68–70  ·  view source on GitHub ↗

output returns the truncated output from the process buffer along with optional truncation metadata.

()

Source from the content-addressed store, hash-verified

66// output returns the truncated output from the process buffer
67// along with optional truncation metadata.
68func (p *process) output() (string, *workspacesdk.ProcessTruncation) {
69 return p.buf.Output()
70}
71
72// manager tracks processes spawned by the agent.
73type manager struct {

Callers 1

handleProcessOutputMethod · 0.80

Calls 1

OutputMethod · 0.65

Tested by

no test coverage detected