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

Function shouldCheckDates

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

Source from the content-addressed store, hash-verified

72}
73
74export function shouldCheckDates(item) {
75 return ['MAL', 'ANILIST', 'KITSU', 'MANGABAKA'].includes(getType(item.url));
76}
77
78export function shouldCheckRewatchCount(item) {
79 return ['MAL', 'ANILIST', 'KITSU', 'SHIKI', 'MANGABAKA'].includes(getType(item.url));

Callers 1

changeCheckFunction · 0.85

Calls 1

getTypeFunction · 0.70

Tested by

no test coverage detected