(excludeAclPreds bool)
| 125 | } |
| 126 | |
| 127 | func GetInternalPreds(excludeAclPreds bool) string { |
| 128 | if excludeAclPreds { |
| 129 | return otherInternalPreds |
| 130 | } |
| 131 | return aclPreds + "," + otherInternalPreds |
| 132 | } |
| 133 | |
| 134 | func GetInternalTypes(excludeAclTypes bool) string { |
| 135 | if excludeAclTypes { |
no outgoing calls
no test coverage detected
searching dependent graphs…