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

Function displayCountData

web_server/public/javascripts/ip_range.js:176–183  ·  view source on GitHub ↗
(results, divRef)

Source from the content-addressed store, hash-verified

174}
175
176function displayCountData(results, divRef) {
177 if (results.count > 0) {
178 add_table_row(divRefTable[divRef], divRef);
179 document.getElementById(divRef).innerHTML = "";
180 document.getElementById(divRef).appendChild(create_button(results.count, divRef + 'Count', 'variant'));
181 document.getElementById(divRef + "Count").addEventListener("click", get_details);
182 }
183}
184
185function queries(event) {
186 var range = document.getElementById("search_input").value;

Callers

nothing calls this directly

Calls 2

add_table_rowFunction · 0.85
create_buttonFunction · 0.85

Tested by

no test coverage detected