()
| 117 | }; |
| 118 | |
| 119 | const commandLoadMoreCommits = async () => { |
| 120 | return commitTreeDataProvider.loadMoreCommits(); |
| 121 | }; |
| 122 | |
| 123 | const commandLoadMoreCommitChangedFiles = async (commitSha: string) => { |
| 124 | return commitTreeDataProvider.loadMoreChangedFiles(commitSha); |
nothing calls this directly
no test coverage detected