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

Method fullNotification

src/pages-sync/syncPage.ts:705–717  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

703 }
704
705 fullNotification(text) {
706 try {
707 fullscreenNotification(text);
708 if (api.type === 'webextension') {
709 chrome.runtime.sendMessage({
710 name: 'content',
711 item: { action: 'fullscreenNotification', text },
712 });
713 }
714 } catch (e) {
715 logger.error(e);
716 }
717 }
718
719 fillUI() {
720 j.$('.MalLogin').css('display', '');

Callers 1

syncHandlingMethod · 0.95

Calls 3

fullscreenNotificationFunction · 0.90
sendMessageMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected