MCPcopy Create free account
hub / github.com/adobe/Marinus / get_counts

Function get_counts

web_server/public/javascripts/meta.js:593–595  ·  view source on GitHub ↗
(url, divRef)

Source from the content-addressed store, hash-verified

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

Callers 2

initialize_port_pageFunction · 0.70

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected