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

Function azure_check_result

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

Source from the content-addressed store, hash-verified

310}
311
312function azure_check_result(results) {
313 if (results['result'] === true) {
314 var azureResult = document.getElementById("hostingLocation");
315 let displayHTML = create_h3("Azure Information");
316 displayHTML += "True - Region: " + results['record']['region'] + ", CIDR: " + results['record']['ip_prefix'];
317 azureResult.innerHTML += displayHTML + "<br/><br/>";
318 }
319}
320
321function azure_check(ip) {
322 var url = "/api/v1.0/azure/ip_check";

Callers

nothing calls this directly

Calls 1

create_h3Function · 0.85

Tested by

no test coverage detected