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

Method TestSetRefsNorwfs

storage/filesystem/dotgit/dotgit_test.go:105–111  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

103}
104
105func (s *SuiteDotGit) TestSetRefsNorwfs(c *C) {
106 fs := s.TemporalFilesystem(c)
107
108 dir := New(&norwfs{fs})
109
110 testSetRefs(c, dir)
111}
112
113func (s *SuiteDotGit) TestRefsHeadFirst(c *C) {
114 fs := fixtures.Basic().ByTag(".git").One().DotGit()

Callers

nothing calls this directly

Calls 3

TemporalFilesystemMethod · 0.95
testSetRefsFunction · 0.85
NewFunction · 0.70

Tested by

no test coverage detected