MapIndex is a [PathStep] that represents an index operation on a map at some index Key.
| 263 | |
| 264 | // MapIndex is a [PathStep] that represents an index operation on a map at some index Key. |
| 265 | type MapIndex struct{ *mapIndex } |
| 266 | type mapIndex struct { |
| 267 | pathStep |
| 268 | key reflect.Value |
nothing calls this directly
no outgoing calls
no test coverage detected