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

Function fetch_whois_count

web_server/public/javascripts/zone_ui.js:459–462  ·  view source on GitHub ↗
(zone)

Source from the content-addressed store, hash-verified

457}
458
459function fetch_whois_count(zone) {
460 let url = api_map["whois_db"] + "?zone=" + zone;
461 make_get_request(url, display_whois_data);
462}
463
464function addCountBox(source, results) {
465 let dataRow = document.getElementById(layout[source]['target'] + "DataRow");

Callers 1

zone_data_requestsFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected