Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
115
func
(e *Executor) Running() bool {
116
e.Lock()
117
defer
e.Unlock()
118
return
e.running()
119
}
120
121
func
(e *Executor) reset() {
122
e.Lock()
Callers
nothing calls this directly
Calls
1
running
Method · 0.95
Tested by
no test coverage detected