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