MCPcopy Index your code
hub / github.com/google/mangle / nextLine

Function nextLine

interpreter/interpreter.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104)
105
106func nextLine() (string, error) {
107 return nextLineWithPrompt(normalPrompt)
108}
109
110func nextLineWithPrompt(prompt string) (string, error) {
111 rl, err := readline.New(prompt)

Callers 1

LoopMethod · 0.85

Calls 1

nextLineWithPromptFunction · 0.85

Tested by

no test coverage detected