MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / clearIntervals

Function clearIntervals

src/modules/pwdCache.js:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119function clearIntervals() {
120 // clear interval functions
121 cache.forEach(entry => clearInterval(entry.tlTimer));
122}
123
124function update(before, after) {
125 if (!after.security) {

Callers 1

updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected