(repo: string, commitSha: string)
| 365 | |
| 366 | // build the commit page path |
| 367 | buildCommitPath(repo: string, commitSha: string): Promisable<string> { |
| 368 | return '/' + repo; |
| 369 | } |
| 370 | |
| 371 | // build the code review list page path |
| 372 | buildCodeReviewListPath(repo: string): Promisable<string> { |
no outgoing calls
no test coverage detected