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

Method getUser

src/leetCodeManager.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 public getUser(): string | undefined {
165 return this.currentUser;
166 }
167
168 private tryParseUserName(output: string): string {
169 const reg: RegExp = /^\s*.\s*(.+?)\s*https:\/\/leetcode/m;

Callers 5

activateFunction · 0.80
submitSolutionFunction · 0.80
getSessionListFunction · 0.80
searchProblemFunction · 0.80
getChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected