(opts int)
| 173 | } |
| 174 | |
| 175 | func (v Value) RecordIter(opts int) scode.RecordIter { |
| 176 | return scode.NewRecordIter(v.Bytes(), opts) |
| 177 | } |
| 178 | |
| 179 | // If the passed-in element is an array, attempt to get the idx'th |
| 180 | // element, and return its type and raw representation. Returns an |
nothing calls this directly
no test coverage detected