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

Function populateDivRefTable

web_server/public/javascripts/ip_range.js:66–72  ·  view source on GitHub ↗
(results)

Source from the content-addressed store, hash-verified

64}
65
66function populateDivRefTable(results) {
67 for (let result in results['sources']) {
68 let val = results['sources'][result];
69 divRefTable[val] = val;
70 }
71 continueBuildPage();
72}
73
74function whois_lookup() {
75 dynamic_whois(document.getElementById("search_input").value, "dynamic_whois");

Callers

nothing calls this directly

Calls 1

continueBuildPageFunction · 0.85

Tested by

no test coverage detected