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

Method ReadLine

actions.go:81–84  ·  view source on GitHub ↗

ReadLine reads a line from standard input.

()

Source from the content-addressed store, hash-verified

79
80// ReadLine reads a line from standard input.
81func (s *shellActionsImpl) ReadLine() string {
82 line, _ := s.readLine()
83 return line
84}
85
86func (s *shellActionsImpl) ReadLineErr() (string, error) {
87 return s.readLine()

Callers

nothing calls this directly

Calls 1

readLineMethod · 0.45

Tested by

no test coverage detected