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

Method TestFetchFastForwardMem

remote_test.go:540–542  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

538}
539
540func (s *RemoteSuite) TestFetchFastForwardMem(c *C) {
541 s.testFetchFastForward(c, memory.NewStorage())
542}
543
544func (s *RemoteSuite) TestFetchFastForwardFS(c *C) {
545 fs := s.TemporalFilesystem(c)

Callers

nothing calls this directly

Calls 2

testFetchFastForwardMethod · 0.95
NewStorageFunction · 0.92

Tested by

no test coverage detected