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

Function activateTheme

src/stubs/utils/theme.ts:24–26  ·  view source on GitHub ↗
(_p1: string, _p2: string)

Source from the content-addressed store, hash-verified

22}
23
24export function activateTheme(_p1: string, _p2: string): Promise<boolean> {
25 return new Promise((resolve) => resolve(false));
26}
27
28export function extendThemeCacheKeys(_keys: Array<keyof Theme>) {
29}

Callers 1

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected