func()

in pkg/config/types.go [77:80]


func (vo *configurationOverrides) HasCloud(cloud string) bool {
	_, ok := vo.Overrides[cloud]
	return ok
}