(s)
| 42691 | return s |
| 42692 | } |
| 42693 | } |
| 42694 | const cloneShallowKeyValuePair = (s) => { |
| 42695 | const { key: o, value: i } = s |
| 42696 | return new Su.KeyValuePair(o, i) |
| 42697 | }, |
| 42698 | cloneShallowElement = (s) => { |
| 42699 | const o = new s.constructor() |
no outgoing calls
no test coverage detected