MCPcopy
hub / github.com/go-git/go-git / GetBasicLocalRepositoryURL

Method GetBasicLocalRepositoryURL

common_test.go:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (s *BaseSuite) GetBasicLocalRepositoryURL() string {
131 fixture := fixtures.Basic().One()
132 return s.GetLocalRepositoryURL(fixture)
133}
134
135func (s *BaseSuite) GetLocalRepositoryURL(f *fixtures.Fixture) string {
136 return f.DotGit().Root()

Callers 15

TestCloneMethod · 0.80
TestCloneContextMethod · 0.80
TestCloneSparseMethod · 0.80
TestPlainCloneMethod · 0.80
TestPlainCloneSharedMethod · 0.80
TestFetchMethod · 0.80
TestFetchContextMethod · 0.80
TestCloneWithProgressMethod · 0.80

Calls 1

GetLocalRepositoryURLMethod · 0.95

Tested by

no test coverage detected