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