Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
483
func
(d *DotGit) cleanObjectList() {
484
d.objectMap = nil
485
d.objectList = nil
486
}
487
488
func
(d *DotGit) genObjectList() error {
489
if
d.objectMap != nil {
Callers
2
NewObject
Method · 0.95
ObjectDelete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected