()
| 77 | } |
| 78 | |
| 79 | public async deleteCache(): Promise<string> { |
| 80 | return await this.executeCommandEx(this.nodeExecutable, [await this.getLeetCodeBinaryPath(), "cache", "-d"]); |
| 81 | } |
| 82 | |
| 83 | public async getUserInfo(): Promise<string> { |
| 84 | return await this.executeCommandEx(this.nodeExecutable, [await this.getLeetCodeBinaryPath(), "user"]); |
no test coverage detected