(repo: string, ref?: string, filePath?: string)
| 349 | |
| 350 | // build the tree page path |
| 351 | buildTreePath(repo: string, ref?: string, filePath?: string): Promisable<string> { |
| 352 | return '/' + repo; |
| 353 | } |
| 354 | |
| 355 | // build the blob page path |
| 356 | // startLine/endLine begins from 1 |
no outgoing calls
no test coverage detected