Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ toggle
Function
toggle
internal/prompter/huh_prompter_test.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
toggle() interactionStep {
70
return
interactionStep{bytes: []byte(
"x"
)}
71
}
72
73
func
down() interactionStep {
74
return
interactionStep{bytes: []byte(
"\x1b[B"
)}
Callers
4
TestHuhPrompterMultiSelect
Function · 0.85
TestHuhPrompterMultiSelectWithSearch
Function · 0.85
TestHuhPrompterMultiSelectWithSearchPersistence
Function · 0.85
TestHuhPrompterMultiSelectWithSearchBackspace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected