MCPcopy Index your code
hub / github.com/MALSync/MALSync / getInterval

Method getInterval

src/chibiScript/ChibiCtx.ts:72–74  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

70 }
71
72 getInterval(key: string) {
73 return this.intervalRegistry[key];
74 }
75
76 clearIntervals() {
77 Object.values(this.intervalRegistry).forEach(interval => {

Callers 1

asyncFunctions.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected