(ref: string, forceUpdate: boolean = false)
| 70 | } |
| 71 | |
| 72 | getCommitItem(ref: string, forceUpdate: boolean = false) { |
| 73 | return CommitManager.getInstance(this._scheme, this._repo, ref, '').getItem(forceUpdate); |
| 74 | } |
| 75 | |
| 76 | loadMoreCommits(ref: string = 'HEAD', filePath: string = '') { |
| 77 | return CommitManager.getInstance(this._scheme, this._repo, ref, filePath).loadMore(); |
no test coverage detected