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

Function check_gcp_ip

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

Source from the content-addressed store, hash-verified

286
287
288function check_gcp_ip(ip) {
289 var url = "/api/v1.0/gcp/ip_check";
290 var query = "?ip=" + ip;
291
292 make_get_request(url + query, update_gcp_ip, ip);
293}
294
295function update_known_ip(results, ip) {
296 var knownResult = document.getElementById(ip + "-tracked-mark");

Callers 1

displayIPListFunction · 0.85

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected