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

Function combinedLinks

src/utils/quicklinksBuilder.ts:205–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205export function combinedLinks() {
206 const links = api.settings.get('quicklinks');
207 const comb = links.map(el => optionToCombined(el)).filter(el => el);
208 return JSON.parse(JSON.stringify(comb));
209}
210
211export function optionToCombined(link) {
212 if (!link) return null;

Callers 1

activeLinksFunction · 0.85

Calls 2

optionToCombinedFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected