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

Method Writer

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

Source from the content-addressed store, hash-verified

21 SetSize(int64)
22 Reader() (io.ReadCloser, error)
23 Writer() (io.WriteCloser, error)
24}
25
26// DeltaObject is an EncodedObject representing a delta.

Callers 9

copyFileToStorageMethod · 0.95
getFromUnpackedMethod · 0.65
stripObjectSignaturesFunction · 0.65
EncodeMethod · 0.65
EncodeMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
ApplyDeltaFunction · 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

no test coverage detected