Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
func
(p *process) Running() bool {
56
return
p.Process != nil && p.ProcessState == nil
57
}
58
59
func
(p *process) Run() {
60
p.output.PipeOutput(p)
Callers
2
Interrupt
Method · 0.95
Kill
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected