MCPcopy Create free account
hub / github.com/ddev/ddev / FlagPerformanceModeDescription

Function FlagPerformanceModeDescription

pkg/config/types/performance_mode.go:66–71  ·  view source on GitHub ↗
(configType ConfigType)

Source from the content-addressed store, hash-verified

64const FlagPerformanceModeDefault = PerformanceModeEmpty
65
66func FlagPerformanceModeDescription(configType ConfigType) string {
67 return fmt.Sprintf(
68 "Performance optimization mode, possible values are \"%s\"",
69 strings.Join(ValidPerformanceModeOptions(configType), "\", \""),
70 )
71}
72
73const FlagPerformanceModeResetName = "performance-mode-reset"
74

Callers 1

initFunction · 0.92

Calls 1

Tested by

no test coverage detected