Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
94
func
(r *runner) Exited() bool {
95
return
r.command != nil && r.command.ProcessState != nil && r.command.ProcessState.Exited()
96
}
97
98
func
(r *runner) runBin() error {
99
r.command = exec.Command(r.bin, r.args...)
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected