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

Function countIt

src/js/background.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 return true
50},
51countIt=()=>{
52 brws.storage.local.set({bypass_counter:++bypassCounter})
53 sendToOptions({bypassCounter})
54},
55resetCounter=()=>{
56 bypassCounter=0
57 brws.storage.local.set({bypass_counter:0})

Callers 2

getRedirectFunction · 0.70
background.jsFile · 0.70

Calls 2

sendToOptionsFunction · 0.85
setMethod · 0.80

Tested by

no test coverage detected