MCPcopy Create free account
hub / github.com/JacobLinCool/LeetCode-Stats-Card /

Class

packages/core/src/query.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export class Query {
42 async us(username: string, headers?: Record<string, string>): Promise<FetchedData> {
43 const lc = new LeetCode();
44 const { data } = await lc.graphql({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected