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

Function get_counts

web_server/public/javascripts/data.js:122–124  ·  view source on GitHub ↗
(url, field_name)

Source from the content-addressed store, hash-verified

120}
121
122function get_counts(url, field_name) {
123 make_get_request(url, displayCountData, field_name, "errorMessage", JSON.parse('{"count": 0}'));
124}
125
126function fetch_field_stats(obj, field_name) {
127 for (let entry in obj['sources']) {

Callers 2

build_pageFunction · 0.70
queriesFunction · 0.70

Calls 1

make_get_requestFunction · 0.85

Tested by

no test coverage detected