Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/abiosoft/ishell
/ shellActionsImpl
Struct
shellActionsImpl
actions.go:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
type
shellActionsImpl
struct
{
77
*Shell
78
}
79
80
// ReadLine reads a line from standard input.
81
func
(s *shellActionsImpl) ReadLine() string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected