Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ exportGeneratedCSS
Function
exportGeneratedCSS
src/api/index.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
export
async
function
exportGeneratedCSS(): Promise<string> {
76
return
await
collectCSS();
77
}
78
79
export
const
setFetchMethod = setFetch;
Callers
nothing calls this directly
Calls
1
collectCSS
Function · 0.90
Tested by
no test coverage detected