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

Function getCSSEchoURL

tests/inject/support/echo-client.ts:5–7  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

3}
4
5export function getCSSEchoURL(content: string): string {
6 return getEchoURL(content, 'text/css');
7}
8
9export function getJSEchoURL(script: string): string {
10 return getEchoURL(script, 'application/javascript');

Callers 2

createCorsLinkFunction · 0.90

Calls 1

getEchoURLFunction · 0.85

Tested by

no test coverage detected