MCPcopy Create free account
hub / github.com/Ashutosh00710/github-readme-activity-graph / constructor

Method constructor

src/fetcher.ts:10–12  ·  view source on GitHub ↗
(username: string)

Source from the content-addressed store, hash-verified

8export class Fetcher {
9 private readonly username: string;
10 constructor(username: string) {
11 this.username = username;
12 }
13
14 private getGraphQLQuery(from: string, to: string) {
15 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected