| 39 | } |
| 40 | |
| 41 | export class Query { |
| 42 | async us(username: string, headers?: Record<string, string>): Promise<FetchedData> { |
| 43 | const lc = new LeetCode(); |
| 44 | const { data } = await lc.graphql({ |
nothing calls this directly
no outgoing calls
no test coverage detected