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

Function tracked_range_result

web_server/public/javascripts/api.js:375–387  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

373}
374
375function tracked_range_result(results) {
376 if (results['result'] === true) {
377 var hostingLocation = document.getElementById("hostingLocation");
378
379 let displayHTML = create_h3("Confirmed Tracked CIDR Range");
380
381 displayHTML += results['zone'];
382 if (results['notes'] && results['notes'].length > 0) {
383 displayHTML += " - " + results['notes'].toString();
384 }
385 hostingLocation.innerHTML += displayHTML + "<br/><br/>";
386 }
387}
388
389function tracked_ip_range_check(type, ip) {
390 var url;

Callers

nothing calls this directly

Calls 1

create_h3Function · 0.85

Tested by

no test coverage detected