()
| 176 | } |
| 177 | |
| 178 | func (d *MappingsDecoder) stopIterating() (*Mapping, bool) { |
| 179 | d.done = true |
| 180 | return nil, true |
| 181 | } |
| 182 | |
| 183 | func (d *MappingsDecoder) setError(err string) { |
| 184 | d.error = errors.New(err) |
no outgoing calls
no test coverage detected