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

Function waitForOptions

internal/prompter/huh_prompter_test.go:102–104  ·  view source on GitHub ↗

waitForOptions adds extra delay to let OptionsFunc load before continuing.

()

Source from the content-addressed store, hash-verified

100
101// waitForOptions adds extra delay to let OptionsFunc load before continuing.
102func waitForOptions() interactionStep {
103 return interactionStep{bytes: nil, delay: 50 * time.Millisecond}
104}
105
106// --- Test harness ---
107

Calls

no outgoing calls

Tested by

no test coverage detected