MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / ISession

Interface ISession

src/commands/session.ts:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149export interface ISession {
150 active: boolean;
151 id: string;
152 name: string;
153 acQuestions: string;
154 acSubmits: string;
155}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected