Key is the value of the map key.
()
| 274 | |
| 275 | // Key is the value of the map key. |
| 276 | func (mi MapIndex) Key() reflect.Value { return mi.key } |
| 277 | |
| 278 | // Indirect is a [PathStep] that represents pointer indirection on the parent type. |
| 279 | type Indirect struct{ *indirect } |
no outgoing calls
no test coverage detected