MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / clearExpiryTimer

Function clearExpiryTimer

src/lib/adRewards.js:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130function clearExpiryTimer() {
131 if (expiryTimer) {
132 clearTimeout(expiryTimer);
133 expiryTimer = null;
134 }
135}
136
137async function refreshState({ notifyExpiry = false } = {}) {
138 try {

Callers 1

scheduleExpiryCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected