Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
export
function
activateTheme(_p1: string, _p2: string): Promise<boolean> {
25
return
new
Promise((resolve) => resolve(false));
26
}
27
28
export
function
extendThemeCacheKeys(_keys: Array<keyof Theme>) {
29
}
Callers
1
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected