MCPcopy
hub / github.com/abiosoft/ishell / ReadLine

Method ReadLine

actions.go:14–14  ·  view source on GitHub ↗

ReadLine reads a line from standard input.

()

Source from the content-addressed store, hash-verified

12type Actions interface {
13 // ReadLine reads a line from standard input.
14 ReadLine() string
15 // ReadLineErr is ReadLine but returns error as well
16 ReadLineErr() (string, error)
17 // ReadLineWithDefault reads a line from standard input with default value.

Callers 2

multiChoiceMethod · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected