(excludeAclTypes bool)
| 132 | } |
| 133 | |
| 134 | func GetInternalTypes(excludeAclTypes bool) string { |
| 135 | if excludeAclTypes { |
| 136 | return otherInternalTypes |
| 137 | } |
| 138 | return aclTypes + "," + otherInternalTypes |
| 139 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…