MCPcopy Index your code
hub / github.com/cli/cli / toggle

Function toggle

internal/prompter/huh_prompter_test.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func toggle() interactionStep {
78 return interactionStep{bytes: []byte("x")}
79}
80
81func down() interactionStep {
82 return interactionStep{bytes: []byte("\x1b[B")}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…