MCPcopy Create free account
hub / github.com/libgit2/git2go / Names

Method Names

reference.go:428–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426}
427
428func (i *ReferenceIterator) Names() *ReferenceNameIterator {
429 return &ReferenceNameIterator{ReferenceIterator: i}
430}
431
432// NextName retrieves the next reference name. If the iteration is over,
433// the returned error code is git.ErrorCodeIterOver

Callers 2

TestReferenceIteratorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestReferenceIteratorFunction · 0.76