Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
119
function
clearIntervals() {
120
// clear interval functions
121
cache.forEach(entry => clearInterval(entry.tlTimer));
122
}
123
124
function
update(before, after) {
125
if
(!after.security) {
Callers
1
update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected