MCPcopy Create free account
hub / github.com/emwalker/digraph / url

Method url

client/src/FetcherBase.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 private _url!: string
8
9 public get url(): string {
10 return this._url
11 }
12
13 public set url(value: string) {
14 this._url = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected