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

Class

client/src/FetcherBase.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4/* eslint class-methods-use-this: 0, no-underscore-dangle: 0 */
5
6export class FetcherBase {
7 private _url!: string
8
9 public get url(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected