()
| 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; |
no outgoing calls
no test coverage detected