()
| 69 | } |
| 70 | |
| 71 | func (d *MappingsDecoder) State() *Mapping { |
| 72 | return d.captureMapping(true /*hasSource*/, true /*hasName*/) |
| 73 | } |
| 74 | |
| 75 | func (d *MappingsDecoder) Values() iter.Seq[*Mapping] { |
| 76 | return func(yield func(*Mapping) bool) { |
no test coverage detected