Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ openDevTools
Function
openDevTools
src/ui/options/advanced/devtools.tsx:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
import {openExtensionPage} from
'../../utils'
;
6
7
async function openDevTools() {
8
await openExtensionPage(
'devtools'
);
9
}
10
11
export function DevTools(): Malevic.Child {
12
return (
Callers
nothing calls this directly
Calls
1
openExtensionPage
Function · 0.90
Tested by
no test coverage detected