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

Function check_known_ip

web_server/public/javascripts/meta.js:308–313  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

306}
307
308function check_known_ip(ip) {
309 var url = "/api/v1.0/zones/ip_zone_check";
310 var query = "?ip=" + ip;
311
312 make_get_request(url + query, update_known_ip, ip);
313}
314
315function displayIPList(json_results) {
316 var old_tbody = document.getElementById("outputBody");

Callers 1

displayIPListFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected