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

Method stop

src/background/keepAlive.ts:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 stop() {
11 if (api.type === 'webextension') {
12 clearInterval(this.timer!);
13 }
14 }
15}

Callers 2

listSyncInitFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected