Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
export
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
getActiveTab
Function · 0.85
Tested by
no test coverage detected