MCPcopy
hub / github.com/cli/cli / Remote

Struct Remote

context/remote.go:81–84  ·  view source on GitHub ↗

Remote represents a git remote mapped to a GitHub repository

Source from the content-addressed store, hash-verified

79
80// Remote represents a git remote mapped to a GitHub repository
81type Remote struct {
82 *git.Remote
83 Repo ghrepo.Interface
84}
85
86// RepoName is the name of the GitHub repository
87func (r Remote) RepoName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected