Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
activate
Function · 0.80
testSolution
Function · 0.80
listProblems
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected