MCPcopy 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

5import {openExtensionPage} from '../../utils';
6
7async function openDevTools() {
8 await openExtensionPage('devtools');
9}
10
11export function DevTools(): Malevic.Child {
12 return (

Callers

nothing calls this directly

Calls 1

openExtensionPageFunction · 0.90

Tested by

no test coverage detected