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

Function displayCountData

web_server/public/javascripts/cert_search.js:160–164  ·  view source on GitHub ↗
(results, divRef)

Source from the content-addressed store, hash-verified

158}
159
160function displayCountData(results, divRef) {
161 document.getElementById(divRef).innerHTML = "";
162 document.getElementById(divRef).appendChild(create_button(results.count, divRef + 'Count', "variant"));
163 document.getElementById(divRef + "Count").addEventListener("click", get_details);
164}
165
166function get_counts(url, divRef) {
167 make_get_request(url, displayCountData, divRef, "", { "count": 0 });

Callers

nothing calls this directly

Calls 1

create_buttonFunction · 0.85

Tested by

no test coverage detected