Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortesi/modd
/ reset
Method
reset
shell/shell.go:121–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(e *Executor) reset() {
122
e.Lock()
123
defer
e.Unlock()
124
e.cmd = nil
125
}
126
127
func
(e *Executor) Run(log termlog.Stream, bufferr bool) (error, *ExecState) {
128
if
e.cmd != nil {
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected