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

Method getStatus

src/leetCodeManager.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 public getStatus(): UserStatus {
161 return this.userStatus;
162 }
163
164 public getUser(): string | undefined {
165 return this.currentUser;

Callers 3

activateFunction · 0.80
testSolutionFunction · 0.80
listProblemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected