MCPcopy
hub / github.com/cli/cli / RepoOwner

Method RepoOwner

api/queries_repo.go:251–253  ·  view source on GitHub ↗

RepoOwner is the login name of the owner

()

Source from the content-addressed store, hash-verified

249
250// RepoOwner is the login name of the owner
251func (r Repository) RepoOwner() string {
252 return r.Owner.Login
253}
254
255// RepoName is the name of the repository
256func (r Repository) RepoName() string {

Callers 2

NewCreateContextFunction · 0.95
RepoNetworkFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected