MCPcopy
hub / github.com/github/git-sizer / Iter

Method Iter

git/tree.go:43–47  ·  view source on GitHub ↗

Iter returns an iterator over the entries in `tree`.

()

Source from the content-addressed store, hash-verified

41
42// Iter returns an iterator over the entries in `tree`.
43func (tree *Tree) Iter() *TreeIter {
44 return &TreeIter{
45 data: tree.data,
46 }
47}
48
49// NextEntry returns either the next entry in a Git tree, or a `false`
50// boolean value if there are no more entries.

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected