Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ SetSize
Method
SetSize
plumbing/object.go:21–21 ·
view source on GitHub ↗
(int64)
Source
from the content-addressed store, hash-verified
19
SetType(ObjectType)
20
Size() int64
21
SetSize(int64)
22
Reader() (io.ReadCloser, error)
23
Writer() (io.WriteCloser, error)
24
}
Callers
7
copyFileToStorage
Method · 0.95
TestMaxObjectSize
Method · 0.95
getFromUnpacked
Method · 0.65
TestObjectUpdateOverflow
Method · 0.65
getNextObject
Method · 0.65
getNextMemoryObject
Method · 0.65
ApplyDelta
Function · 0.65
Implementers
6
EncodedObject
storage/filesystem/dotgit/reader.go
MemoryObject
plumbing/memory.go
dummyObject
plumbing/cache/object_test.go
SortReadObject
plumbing/object/tree_test.go
FSObject
plumbing/format/packfile/fsobject.go
dummyObject
plumbing/format/packfile/object_pack_t
Calls
no outgoing calls
Tested by
2
TestMaxObjectSize
Method · 0.76
TestObjectUpdateOverflow
Method · 0.52