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

Method GetLocalRepositoryURL

common_test.go:135–137  ·  view source on GitHub ↗
(f *fixtures.Fixture)

Source from the content-addressed store, hash-verified

133}
134
135func (s *BaseSuite) GetLocalRepositoryURL(f *fixtures.Fixture) string {
136 return f.DotGit().Root()
137}
138
139func (s *BaseSuite) TemporalHomeDir() (path string, clean func()) {
140 home, err := os.UserHomeDir()

Calls 1

RootMethod · 0.80

Tested by

no test coverage detected