MCPcopy Index your code
hub / github.com/Dispatcharr/Dispatcharr / fetchLogosByIds

Method fetchLogosByIds

frontend/src/api.js:2630–2637  ·  view source on GitHub ↗
(logoIds)

Source from the content-addressed store, hash-verified

2628 }
2629
2630 static async fetchLogosByIds(logoIds) {
2631 try {
2632 const response = await useLogosStore.getState().fetchLogosByIds(logoIds);
2633 return response;
2634 } catch (e) {
2635 errorNotification('Failed to fetch logos by IDs', e);
2636 }
2637 }
2638
2639 static async uploadLogo(file, name = null) {
2640 try {

Callers 2

WebsocketProviderFunction · 0.80
logos.test.jsxFile · 0.80

Calls 1

errorNotificationFunction · 0.85

Tested by

no test coverage detected