| 7 | ) |
| 8 | |
| 9 | type destructKeyedSource struct { |
| 10 | r *Runtime |
| 11 | wrapped Value |
| 12 | usedKeys propNameSet |
| 13 | } |
| 14 | |
| 15 | func newDestructKeyedSource(r *Runtime, wrapped Value) *destructKeyedSource { |
| 16 | return &destructKeyedSource{ |
nothing calls this directly
no outgoing calls
no test coverage detected