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

Method TestDecode

plumbing/format/commitgraph/commitgraph_test.go:76–81  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

74}
75
76func (s *CommitgraphSuite) TestDecode(c *C) {
77 fixtures.ByTag("commit-graph").Test(c, func(f *fixtures.Fixture) {
78 dotgit := f.DotGit()
79 testDecodeHelper(c, dotgit, dotgit.Join("objects", "info", "commit-graph"))
80 })
81}
82
83func (s *CommitgraphSuite) TestReencode(c *C) {
84 fixtures.ByTag("commit-graph").Test(c, func(f *fixtures.Fixture) {

Callers

nothing calls this directly

Calls 2

JoinMethod · 0.80
testDecodeHelperFunction · 0.70

Tested by

no test coverage detected