()
| 163 | } |
| 164 | |
| 165 | func (ps pathStep) Type() reflect.Type { return ps.typ } |
| 166 | func (ps pathStep) Values() (vx, vy reflect.Value) { return ps.vx, ps.vy } |
| 167 | func (ps pathStep) String() string { |
| 168 | if ps.typ == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected