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

Function newObjectWalker

object_walker.go:20–22  ·  view source on GitHub ↗
(s storage.Storer)

Source from the content-addressed store, hash-verified

18}
19
20func newObjectWalker(s storage.Storer) *objectWalker {
21 return &objectWalker{s, map[plumbing.Hash]struct{}{}}
22}
23
24// walkAllRefs walks all (hash) references from the repo.
25func (p *objectWalker) walkAllRefs() error {

Callers 2

createNewObjectPackMethod · 0.85
PruneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…