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

Struct dummyObject

plumbing/cache/object_test.go:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169type dummyObject struct {
170 hash plumbing.Hash
171 size FileSize
172}
173
174func newObject(hash string, size FileSize) plumbing.EncodedObject {
175 return &dummyObject{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected