Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ ghRepo
Struct
ghRepo
internal/ghrepo/repo.go:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
type
ghRepo
struct
{
106
owner string
107
name string
108
hostname string
109
}
110
111
func
(r ghRepo) RepoOwner() string {
112
return
r.owner
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected