MCPcopy Index your code
hub / github.com/cli/cli / RepoName

Method RepoName

api/queries_repo.go:256–258  ·  view source on GitHub ↗

RepoName is the name of the repository

()

Source from the content-addressed store, hash-verified

254
255// RepoName is the name of the repository
256func (r Repository) RepoName() string {
257 return r.Name
258}
259
260// RepoHost is the GitHub hostname of the repository
261func (r Repository) RepoHost() string {

Callers 1

RepoNetworkFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected