MCPcopy Create free account
hub / github.com/cli/cli / waitForEnter

Function waitForEnter

internal/authflow/flow.go:143–147  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

141}
142
143func waitForEnter(r io.Reader) error {
144 scanner := bufio.NewScanner(r)
145 scanner.Scan()
146 return scanner.Err()
147}

Callers 1

AuthFlowFunction · 0.70

Calls 1

ErrMethod · 0.80

Tested by

no test coverage detected