(e Engine)
| 577 | } |
| 578 | |
| 579 | func (r *Repository) repoPath(e Engine) string { |
| 580 | return RepoPath(r.mustOwner(e).Name, r.Name) |
| 581 | } |
| 582 | |
| 583 | // Deprecated: Use repoutil.RepositoryPath instead. |
| 584 | func (r *Repository) RepoPath() string { |
no test coverage detected