(writer io.Writer)
| 57 | } |
| 58 | |
| 59 | func (r *runner) SetWriter(writer io.Writer) { |
| 60 | r.writer = writer |
| 61 | } |
| 62 | |
| 63 | func (r *runner) Kill() error { |
| 64 | if r.command != nil && r.command.Process != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected