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

Function normalizeStatus

src/utils/syncHandler.ts:473–476  ·  view source on GitHub ↗
(st: status)

Source from the content-addressed store, hash-verified

471};
472
473function normalizeStatus(st: status): status {
474 if (st === status.Considering) return status.PlanToWatch;
475 return st;
476}
477
478function setBadgeText(text: string) {
479 // @ts-ignore

Callers 3

changeCheckFunction · 0.85
syncMissingFunction · 0.85
syncItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected