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

Function initCustomDomain

src/background/customDomain.ts:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13};
14
15export async function initCustomDomain() {
16 updateListener();
17 await registerScripts();
18 logger.log('Initialed');
19}
20
21function updateListener() {
22 chrome.permissions.onAdded.addListener(registerScripts);

Callers 1

serviceworker.tsFile · 0.90

Calls 2

updateListenerFunction · 0.85
registerScriptsFunction · 0.85

Tested by

no test coverage detected