MCPcopy Create free account
hub / github.com/codegangsta/gin / SetWriter

Method SetWriter

lib/runner.go:59–61  ·  view source on GitHub ↗
(writer io.Writer)

Source from the content-addressed store, hash-verified

57}
58
59func (r *runner) SetWriter(writer io.Writer) {
60 r.writer = writer
61}
62
63func (r *runner) Kill() error {
64 if r.command != nil && r.command.Process != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected