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

Method Running

shell/shell.go:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (e *Executor) Running() bool {
116 e.Lock()
117 defer e.Unlock()
118 return e.running()
119}
120
121func (e *Executor) reset() {
122 e.Lock()

Callers

nothing calls this directly

Calls 1

runningMethod · 0.95

Tested by

no test coverage detected