Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ disable
Function
disable
src/utils/syncHandler.ts:396–398 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
394
});
395
},
396
disable() {
397
return
api.storage.remove(
'backgroundListSync'
);
398
},
399
async
sync() {
400
if
(
await
background.isEnabled()) {
401
con.log(
'Start Background list Sync'
);
Callers
nothing calls this directly
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected