Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sendMessage
Method · 0.80
pdf
Method · 0.80
Calls
2
getActiveTab
Function · 0.90
getTabURL
Method · 0.80
Tested by
no test coverage detected