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

Struct ConfigIterator

config.go:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364type ConfigIterator struct {
365 doNotCompare
366 ptr *C.git_config_iterator
367 cfg *Config
368}
369
370// Next returns the next entry for this iterator
371func (iter *ConfigIterator) Next() (*ConfigEntry, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected