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

Function initialize_port_page

web_server/public/javascripts/meta.js:601–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

599}
600
601function initialize_port_page() {
602 for (let i = 0; i < PortList.length; i++) {
603 get_counts(api_map["censys_ports"] + "?port=" + PortList[i] + "&type=count", "portCount:" + PortList[i]);
604 }
605 window.setTimeout(assignPortEventListeners, 3000);
606}
607
608function initialize_scan_port_page() {
609 for (let i = 0; i < ScanServicesList.length; i++) {

Callers 1

build_pageFunction · 0.85

Calls 1

get_countsFunction · 0.70

Tested by

no test coverage detected