Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ waitForEnter
Function
waitForEnter
internal/authflow/flow.go:132–136 ·
view source on GitHub ↗
(r io.Reader)
Source
from the content-addressed store, hash-verified
130
}
131
132
func
waitForEnter(r io.Reader) error {
133
scanner := bufio.NewScanner(r)
134
scanner.Scan()
135
return
scanner.Err()
136
}
Callers
1
AuthFlow
Function · 0.70
Calls
1
Err
Method · 0.80
Tested by
no test coverage detected