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

Method Reader

plumbing/object.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 Size() int64
21 SetSize(int64)
22 Reader() (io.ReadCloser, error)
23 Writer() (io.WriteCloser, error)
24}
25

Callers 15

getMethod · 0.95
checkoutFileMethod · 0.65
checkoutFileSymlinkMethod · 0.65
objectEqualsFunction · 0.65
SetEncodedObjectMethod · 0.65
stripObjectSignaturesFunction · 0.65
hashMethod · 0.65
DecodeMethod · 0.65
ContentsMethod · 0.65
IsBinaryMethod · 0.65

Implementers 6

EncodedObjectstorage/filesystem/dotgit/reader.go
MemoryObjectplumbing/memory.go
dummyObjectplumbing/cache/object_test.go
SortReadObjectplumbing/object/tree_test.go
FSObjectplumbing/format/packfile/fsobject.go
dummyObjectplumbing/format/packfile/object_pack_t

Calls

no outgoing calls

Tested by 6

TestBlobIterMethod · 0.52
TestParseTreeMethod · 0.52
objectsEqualFunction · 0.52
readMemoryObjectFunction · 0.52