Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ setInterval
Method
setInterval
src/chibiScript/ChibiCtx.ts:68–70 ·
view source on GitHub ↗
(key: string, interval: NodeJS.Timer)
Source
from the content-addressed store, hash-verified
66
}
67
68
setInterval(key: string, interval: NodeJS.Timer) {
69
this.intervalRegistry[key] = interval;
70
}
71
72
getInterval(key: string) {
73
return
this.intervalRegistry[key];
Callers
1
asyncFunctions.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected