MCPcopy Index your code
hub / github.com/abiosoft/ishell / handleEOF

Function handleEOF

ishell.go:257–261  ·  view source on GitHub ↗
(s *Shell)

Source from the content-addressed store, hash-verified

255}
256
257func handleEOF(s *Shell) error {
258 c := newContext(s, nil, nil)
259 s.eof(c)
260 return c.err
261}
262
263func (s *Shell) handleCommand(str []string) (bool, error) {
264 if s.ignoreCase {

Callers 1

runMethod · 0.85

Calls 1

newContextFunction · 0.85

Tested by

no test coverage detected