MCPcopy Index your code
hub / github.com/ClearURLs/Addon / increaseCleanedCounter

Function increaseCleanedCounter

core_js/tools.js:170–175  ·  view source on GitHub ↗

* Increase by one the cleaned counter

()

Source from the content-addressed store, hash-verified

168 * Increase by one the cleaned counter
169 */
170function increaseCleanedCounter() {
171 if (storage.statisticsStatus) {
172 storage.cleanedCounter++;
173 deferSaveOnDisk('cleanedCounter');
174 }
175}
176
177/**
178 * Change the icon.

Callers 1

increaseBadgedFunction · 0.85

Calls 1

deferSaveOnDiskFunction · 0.85

Tested by

no test coverage detected