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

Method RepoOwner

context/remote.go:92–94  ·  view source on GitHub ↗

RepoOwner is the name of the GitHub account that owns the repo

()

Source from the content-addressed store, hash-verified

90
91// RepoOwner is the name of the GitHub account that owns the repo
92func (r Remote) RepoOwner() string {
93 return r.Repo.RepoOwner()
94}
95
96// RepoHost is the GitHub hostname that the remote points to
97func (r Remote) RepoHost() string {

Callers

nothing calls this directly

Calls 1

RepoOwnerMethod · 0.65

Tested by

no test coverage detected