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

Function registerEmitterTab

src/background/messageHandler.ts:165–167  ·  view source on GitHub ↗
(tabId: number)

Source from the content-addressed store, hash-verified

163}
164
165function registerEmitterTab(tabId: number) {
166 activeEmitterTabs.add(tabId);
167}
168
169export function xhrAction(
170 message: xhrI,

Callers 1

messageHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected