MCPcopy Index your code
hub / github.com/go-git/go-git / TestDotGitToOSFilesystemsInvalidPath

Method TestDotGitToOSFilesystemsInvalidPath

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

Source from the content-addressed store, hash-verified

3365}
3366
3367func (s *RepositorySuite) TestDotGitToOSFilesystemsInvalidPath(c *C) {
3368 _, _, err := dotGitToOSFilesystems("\000", false)
3369 c.Assert(err, NotNil)
3370}
3371
3372func (s *RepositorySuite) TestIssue674(c *C) {
3373 r, _ := Init(memory.NewStorage(), nil)

Callers

nothing calls this directly

Calls 1

dotGitToOSFilesystemsFunction · 0.85

Tested by

no test coverage detected