MCPcopy Create free account
hub / github.com/cloudfoundry/cli / isInterrupt

Function isInterrupt

util/ui/prompt.go:148–150  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

146}
147
148func isInterrupt(err error) bool {
149 return err == interact.ErrKeyboardInterrupt || err == terminal.ErrKeyboardInterrupt
150}

Callers 5

DisplayBoolPromptMethod · 0.85
DisplayPasswordPromptMethod · 0.85
DisplayTextMenuMethod · 0.85
DisplayTextPromptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected