(name string)
| 78 | } |
| 79 | |
| 80 | func getPolicyName(name string) string { |
| 81 | if name == "" { |
| 82 | return defaultPolicyName |
| 83 | } |
| 84 | return name |
| 85 | } |
| 86 | |
| 87 | func getPolicyDescription(description string) string { |
| 88 | if description == "" { |
no outgoing calls
no test coverage detected