(s string)
| 41 | } |
| 42 | |
| 43 | func validScanToggle(s string) bool { return s == ScanOff || s == ScanOn } |
| 44 | |
| 45 | func validOutboundPolicy(p string) bool { |
| 46 | return p == OutboundPolicyOpen || p == OutboundPolicyAllowlist || p == OutboundPolicyDomain |
no outgoing calls
no test coverage detected