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

Function episode

src/utils/general.ts:53–56  ·  view source on GitHub ↗
(type: 'anime' | 'manga')

Source from the content-addressed store, hash-verified

51}
52
53export function episode(type: 'anime' | 'manga') {
54 if (type === 'manga') return api.storage.lang('UI_Chapter');
55 return api.storage.lang('UI_Episode');
56}
57
58export const syncRegex =
59 /(^settings\/.*|^updateCheckTime$|^tempVersion$|^local:\/\/|^list-tagSettings$)/;

Callers

nothing calls this directly

Calls 1

langMethod · 0.80

Tested by

no test coverage detected