()
| 207 | return sf.vx, sf.vy // CanInterface reports false |
| 208 | } |
| 209 | func (sf StructField) String() string { return fmt.Sprintf(".%s", sf.name) } |
| 210 | |
| 211 | // Name is the field name. |
| 212 | func (sf StructField) Name() string { return sf.name } |
nothing calls this directly
no outgoing calls
no test coverage detected