MCPcopy 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
76type shellActionsImpl struct {
77 *Shell
78}
79
80// ReadLine reads a line from standard input.
81func (s *shellActionsImpl) ReadLine() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected