MCPcopy Index your code
hub / github.com/codegangsta/gin / Exited

Method Exited

lib/runner.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (r *runner) Exited() bool {
95 return r.command != nil && r.command.ProcessState != nil && r.command.ProcessState.Exited()
96}
97
98func (r *runner) runBin() error {
99 r.command = exec.Command(r.bin, r.args...)

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected