(ref: string, filePath: string)
| 102 | } |
| 103 | |
| 104 | getNextCommit(ref: string, filePath: string) { |
| 105 | return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).getNextCommit(); |
| 106 | } |
| 107 | |
| 108 | getCodeReviewList(...args: Parameters<CodeReviewManager['getList']>) { |
| 109 | return this._codeReviewManager.getList(...args); |
no test coverage detected