MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / boolPtr

Function boolPtr

internal/ui/plugins/ansible/plugin.go:1502–1504  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected