(cidrs: string[])
| 347 | } |
| 348 | |
| 349 | bulkAddCIDR6NoResolve(cidrs: string[]) { |
| 350 | for (let i = 0, len = cidrs.length; i < len; i++) { |
| 351 | this.ipcidr6NoResolve.add(FileOutput.ipToCidr(cidrs[i], 6)); |
| 352 | } |
| 353 | return this; |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * Add data source information. This will be rendered inside description |
no outgoing calls
no test coverage detected