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

Method TestSetRefs

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

Source from the content-addressed store, hash-verified

95}
96
97func (s *SuiteDotGit) TestSetRefs(c *C) {
98 fs := s.TemporalFilesystem(c)
99
100 dir := New(fs)
101
102 testSetRefs(c, dir)
103}
104
105func (s *SuiteDotGit) TestSetRefsNorwfs(c *C) {
106 fs := s.TemporalFilesystem(c)

Callers

nothing calls this directly

Calls 3

TemporalFilesystemMethod · 0.95
testSetRefsFunction · 0.85
NewFunction · 0.70

Tested by

no test coverage detected