(v bool)
| 1500 | } |
| 1501 | |
| 1502 | func boolPtr(v bool) *bool { |
| 1503 | return &v |
| 1504 | } |
| 1505 | |
| 1506 | func isWindowsGuestHost(host coreansible.InventoryHost) bool { |
| 1507 | guestType := strings.ToLower(strings.TrimSpace(host.Vars["pvetui_guest_type"])) |
no outgoing calls
no test coverage detected