Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/
Class
client/src/client/ClientFetcher.ts:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
type
PayloadsType = { [key: string]: string }
8
9
class
ClientFetcher extends FetcherBase {
10
constructor(payloads: PayloadsType) {
11
super()
12
this.payloads = payloads
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected