Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
export
async
function
callFetchMethod(url: string): Promise<Response> {
27
return
await
fetcher(url);
28
}
Callers
1
sendMessage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected