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

Struct EncodedObject

storage/filesystem/dotgit/reader.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var _ (plumbing.EncodedObject) = &EncodedObject{}
14
15type EncodedObject struct {
16 dir *DotGit
17 h plumbing.Hash
18 t plumbing.ObjectType
19 sz int64
20}
21
22func (e *EncodedObject) Hash() plumbing.Hash {
23 return e.h

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected