MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / resetCounter

Function resetCounter

src/js/background.js:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 sendToOptions({bypassCounter})
54},
55resetCounter=()=>{
56 bypassCounter=0
57 brws.storage.local.set({bypass_counter:0})
58 sendToOptions({bypassCounter})
59}
60
61if(typeof chrome !== 'undefined') console.warn("The message above can be ignored as it is not an issue. Press the 'Clear all' button.");
62

Callers

nothing calls this directly

Calls 2

sendToOptionsFunction · 0.85
setMethod · 0.80

Tested by

no test coverage detected