(url, divRef)
| 591 | } |
| 592 | |
| 593 | function get_counts(url, divRef) { |
| 594 | make_get_request(url, displayPortCountData, divRef) |
| 595 | } |
| 596 | |
| 597 | function get_domain_counts(url, divRef) { |
| 598 | make_get_request(url, displayDomainPortCountData, divRef) |
no test coverage detected