============================================================================
| 209 | // ============================================================================ |
| 210 | |
| 211 | type structArrayInput struct { |
| 212 | node Node |
| 213 | data dataProvider |
| 214 | structField string |
| 215 | displayName string |
| 216 | datatype string |
| 217 | } |
| 218 | |
| 219 | func (si *structArrayInput) Clear() { |
| 220 | refutil.SetStructField(si.data.Data(), si.structField, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected