MCPcopy
hub / github.com/darkreader/darkreader / getJSEchoURL

Function getJSEchoURL

tests/inject/support/echo-client.ts:9–11  ·  view source on GitHub ↗
(script: string)

Source from the content-addressed store, hash-verified

7}
8
9export function getJSEchoURL(script: string): string {
10 return getEchoURL(script, 'application/javascript');
11}

Callers 1

variables.tests.tsFile · 0.90

Calls 1

getEchoURLFunction · 0.85

Tested by

no test coverage detected