MCPcopy Index your code
hub / github.com/go-git/go-git / cleanObjectList

Method cleanObjectList

storage/filesystem/dotgit/dotgit.go:483–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481}
482
483func (d *DotGit) cleanObjectList() {
484 d.objectMap = nil
485 d.objectList = nil
486}
487
488func (d *DotGit) genObjectList() error {
489 if d.objectMap != nil {

Callers 2

NewObjectMethod · 0.95
ObjectDeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected