(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx)
| 240 | } |
| 241 | |
| 242 | func (d *destructKeyedSource) exportToArrayOrSlice(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error { |
| 243 | return d.w().exportToArrayOrSlice(dst, typ, ctx) |
| 244 | } |
| 245 | |
| 246 | func (d *destructKeyedSource) equal(impl objectImpl) bool { |
| 247 | return d.w().equal(impl) |
nothing calls this directly
no test coverage detected