Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
func
isInterrupt(err error) bool {
149
return
err == interact.ErrKeyboardInterrupt || err == terminal.ErrKeyboardInterrupt
150
}
Callers
5
DisplayBoolPrompt
Method · 0.85
DisplayOptionalTextPrompt
Method · 0.85
DisplayPasswordPrompt
Method · 0.85
DisplayTextMenu
Method · 0.85
DisplayTextPrompt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected