Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
257
func
handleEOF(s *Shell) error {
258
c := newContext(s, nil, nil)
259
s.eof(c)
260
return
c.err
261
}
262
263
func
(s *Shell) handleCommand(str []string) (bool, error) {
264
if
s.ignoreCase {
Callers
1
run
Method · 0.85
Calls
1
newContext
Function · 0.85
Tested by
no test coverage detected