============================================================================
| 260 | // ============================================================================ |
| 261 | |
| 262 | type structInput struct { |
| 263 | node Node |
| 264 | data dataProvider |
| 265 | structField string |
| 266 | displayName string |
| 267 | datatype string |
| 268 | } |
| 269 | |
| 270 | func (si *structInput) Clear() { |
| 271 | refutil.SetStructField(si.data.Data(), si.structField, nil) |
nothing calls this directly
no outgoing calls
no test coverage detected