MCPcopy Create free account
hub / github.com/MALSync/MALSync / start

Method start

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

Source from the content-addressed store, hash-verified

2 timer: NodeJS.Timer | null = null;
3
4 start() {
5 if (api.type === 'webextension') {
6 this.timer = setInterval(chrome.runtime.getPlatformInfo, 20e3);
7 }
8 }
9
10 stop() {
11 if (api.type === 'webextension') {

Callers 2

listSyncInitFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected