MCPcopy Index your code
hub / github.com/ddev/ddev / IsInteractive

Function IsInteractive

pkg/globalconfig/values.go:41–43  ·  view source on GitHub ↗

IsInteractive returns true if we are running in an interactive mode

()

Source from the content-addressed store, hash-verified

39
40// IsInteractive returns true if we are running in an interactive mode
41func IsInteractive() bool {
42 return nodeps.IsEnvFalse("DDEV_NONINTERACTIVE")
43}
44
45// IsValidXdebugIDELocation limits the choices for XdebugIDELocation
46func IsValidXdebugIDELocation(loc string) bool {

Callers 11

DownloadMutagenFunction · 0.92
DownloadDockerComposeFunction · 0.92
elevateHostsManipulationFunction · 0.92
ConfirmToFunction · 0.92
appPushFunction · 0.92
clean.goFile · 0.92
appPullFunction · 0.92

Calls 1

IsEnvFalseFunction · 0.92

Tested by

no test coverage detected