MCPcopy Create free account
hub / github.com/cli/cli / RepoName

Method RepoName

api/queries_repo.go:257–259  ·  view source on GitHub ↗

RepoName is the name of the repository

()

Source from the content-addressed store, hash-verified

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

Callers 1

RepoNetworkFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected