(ref: string, filePath: string)
| 98 | } |
| 99 | |
| 100 | getPreviousCommit(ref: string, filePath: string) { |
| 101 | return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).getPreviousCommit(); |
| 102 | } |
| 103 | |
| 104 | getNextCommit(ref: string, filePath: string) { |
| 105 | return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).getNextCommit(); |
no test coverage detected