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

Method TestPlainOpenBareAbsoluteGitDirFile

repository_test.go:770–774  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

768}
769
770func (s *RepositorySuite) TestPlainOpenBareAbsoluteGitDirFile(c *C) {
771 s.testPlainOpenGitFile(c, func(dir, altDir string) string {
772 return fmt.Sprintf("gitdir: %s\n", dir)
773 })
774}
775
776func (s *RepositorySuite) TestPlainOpenBareAbsoluteGitDirFileNoEOL(c *C) {
777 s.testPlainOpenGitFile(c, func(dir, altDir string) string {

Callers

nothing calls this directly

Calls 1

testPlainOpenGitFileMethod · 0.95

Tested by

no test coverage detected