MCPcopy Index your code
hub / github.com/darkreader/darkreader / getActiveTabURL

Method getActiveTabURL

src/background/tab-manager.ts:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 }
495
496 static async getActiveTabURL(): Promise<string> {
497 return TabManager.getTabURL(await getActiveTab());
498 }
499}

Callers 2

sendMessageMethod · 0.80
pdfMethod · 0.80

Calls 2

getActiveTabFunction · 0.90
getTabURLMethod · 0.80

Tested by

no test coverage detected