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

Method RepoOwner

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

RepoOwner is the login name of the owner

()

Source from the content-addressed store, hash-verified

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

Callers 2

NewCreateContextFunction · 0.95
RepoNetworkFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected