MCPcopy Create free account
hub / github.com/DarthSim/hivemind / Running

Method Running

process.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (p *process) Running() bool {
56 return p.Process != nil && p.ProcessState == nil
57}
58
59func (p *process) Run() {
60 p.output.PipeOutput(p)

Callers 2

InterruptMethod · 0.95
KillMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected