MCPcopy
hub / github.com/cli/cli / RepoName

Method RepoName

context/remote.go:87–89  ·  view source on GitHub ↗

RepoName is the name of the GitHub repository

()

Source from the content-addressed store, hash-verified

85
86// RepoName is the name of the GitHub repository
87func (r Remote) RepoName() string {
88 return r.Repo.RepoName()
89}
90
91// RepoOwner is the name of the GitHub account that owns the repo
92func (r Remote) RepoOwner() string {

Callers

nothing calls this directly

Calls 1

RepoNameMethod · 0.65

Tested by

no test coverage detected