Remote represents a git remote mapped to a GitHub repository
| 79 | |
| 80 | // Remote represents a git remote mapped to a GitHub repository |
| 81 | type Remote struct { |
| 82 | *git.Remote |
| 83 | Repo ghrepo.Interface |
| 84 | } |
| 85 | |
| 86 | // RepoName is the name of the GitHub repository |
| 87 | func (r Remote) RepoName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected