()
| 193 | } |
| 194 | |
| 195 | func (sf StructField) Type() reflect.Type { return sf.typ } |
| 196 | func (sf StructField) Values() (vx, vy reflect.Value) { |
| 197 | if !sf.unexported { |
| 198 | return sf.vx, sf.vy // CanInterface reports true |
nothing calls this directly
no outgoing calls
no test coverage detected