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