MCPcopy Create free account
hub / github.com/MALSync/MALSync / optionToCombined

Function optionToCombined

src/utils/quicklinksBuilder.ts:211–215  ·  view source on GitHub ↗
(link)

Source from the content-addressed store, hash-verified

209}
210
211export function optionToCombined(link) {
212 if (!link) return null;
213 if (link.custom) return link;
214 return getQuicklinks().find(el => el.name === link);
215}
216
217export async function activeLinks(
218 type: 'anime' | 'manga',

Callers 1

combinedLinksFunction · 0.85

Calls 1

getQuicklinksFunction · 0.85

Tested by

no test coverage detected