Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
listSyncInit
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected