Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
func
nextLine() (string, error) {
107
return
nextLineWithPrompt(normalPrompt)
108
}
109
110
func
nextLineWithPrompt(prompt string) (string, error) {
111
rl, err := readline.New(prompt)
Callers
1
Loop
Method · 0.85
Calls
1
nextLineWithPrompt
Function · 0.85
Tested by
no test coverage detected