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

Function callFetchMethod

src/api/fetch.ts:26–28  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

24}
25
26export async function callFetchMethod(url: string): Promise<Response> {
27 return await fetcher(url);
28}

Callers 1

sendMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected