MCPcopy 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
121func (e *Executor) reset() {
122 e.Lock()
123 defer e.Unlock()
124 e.cmd = nil
125}
126
127func (e *Executor) Run(log termlog.Stream, bufferr bool) (error, *ExecState) {
128 if e.cmd != nil {

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected