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

Function getActiveTabURL

src/utils/tabs.ts:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63export async function getActiveTabURL(): Promise<string | null> {
64 const tab = await getActiveTab();
65 return tab && tab.url || null;
66}

Callers

nothing calls this directly

Calls 1

getActiveTabFunction · 0.85

Tested by

no test coverage detected