Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ clearIntervals
Method
clearIntervals
src/chibiScript/ChibiCtx.ts:76–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
clearIntervals() {
77
Object.values(this.intervalRegistry).forEach(interval => {
78
clearInterval(interval);
79
});
80
this.intervalRegistry = {};
81
}
82
}
Callers
2
asyncFunctions.test.ts
File · 0.45
init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected