MCPcopy Index your code
hub / github.com/cortesi/modd / running

Method running

shell/shell.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (e *Executor) running() bool {
112 return e.cmd != nil
113}
114
115func (e *Executor) Running() bool {
116 e.Lock()

Callers 2

RunningMethod · 0.95
SignalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected