MCPcopy Index your code
hub / github.com/git-bug/git-bug / GetLocalRemote

Method GetLocalRemote

repository/repo.go:236–236  ·  view source on GitHub ↗

GetLocalRemote return the URL to use to add this repo as a local remote

()

Source from the content-addressed store, hash-verified

234
235 // GetLocalRemote return the URL to use to add this repo as a local remote
236 GetLocalRemote() string
237
238 // EraseFromDisk delete this repository entirely from the disk
239 EraseFromDisk() error

Callers 5

TestRemoveFunction · 0.65
SetupGoGitReposAndRemoteFunction · 0.65
goGitRepoDirFunction · 0.65
TestIdentityRemoveFunction · 0.65
makeTestContextRemoteFunction · 0.65

Implementers 2

mockRepoTestrepository/mock_repo.go
GoGitReporepository/gogit.go

Calls

no outgoing calls

Tested by 3

TestRemoveFunction · 0.52
TestIdentityRemoveFunction · 0.52
makeTestContextRemoteFunction · 0.52