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

Function shouldCheckRewatchCount

src/utils/syncHandler.ts:78–80  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

76}
77
78export function shouldCheckRewatchCount(item) {
79 return ['MAL', 'ANILIST', 'KITSU', 'SHIKI', 'MANGABAKA'].includes(getType(item.url));
80}
81
82export function changeCheck(item, mode) {
83 if (item.master && item.master.uid) {

Callers 1

changeCheckFunction · 0.85

Calls 1

getTypeFunction · 0.70

Tested by

no test coverage detected