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

Struct dummyObject

plumbing/format/packfile/object_pack_test.go:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type dummyObject struct{}
33
34func (*dummyObject) Hash() plumbing.Hash { return plumbing.ZeroHash }
35func (*dummyObject) Type() plumbing.ObjectType { return plumbing.InvalidObject }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected