MCPcopy Create free account
hub / github.com/drosoCode/atvremote / enterCode

Function enterCode

cmd/main.go:85–90  ·  view source on GitHub ↗

prompts the user to enter the pairing code

()

Source from the content-addressed store, hash-verified

83
84// prompts the user to enter the pairing code
85func enterCode() string {
86 reader := bufio.NewReader(os.Stdin)
87 fmt.Print("Enter code: ")
88 code, _ := reader.ReadString('\n')
89 return code
90}

Callers 1

ExecuteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected