MCPcopy
hub / github.com/cli/cli / RepoName

Method RepoName

internal/ghrepo/repo.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13// Interface describes an object that represents a GitHub repository
14type Interface interface {
15 RepoName() string
16 RepoOwner() string
17 RepoHost() string
18}

Callers 15

cloneRunFunction · 0.95
creditsRunFunction · 0.95
forkRunFunction · 0.95
createFromScratchFunction · 0.95
createFromLocalFunction · 0.95
syncLocalRepoFunction · 0.95
Test_translateRemotesFunction · 0.65
FindByRepoMethod · 0.65
RepoNameMethod · 0.65
BaseRepoMethod · 0.65
EnableRepoOverrideFunction · 0.65
ListMethod · 0.65

Implementers 3

Remotecontext/remote.go
ghRepointernal/ghrepo/repo.go
Repositoryapi/queries_repo.go

Calls

no outgoing calls

Tested by 15

Test_translateRemotesFunction · 0.52
TestParseDiscussionArgFunction · 0.52
Test_BaseRepoFunction · 0.52
Test_SmartBaseRepoFunction · 0.52
Test_OverrideBaseRepoFunction · 0.52
Test_runBrowseFunction · 0.52
TestAutolinkViewer_ViewFunction · 0.52
TestAutolinkLister_ListFunction · 0.52