(id, dimension, strandsContext, onRebind)
| 215 | } |
| 216 | } |
| 217 | export function createStrandsNode(id, dimension, strandsContext, onRebind) { |
| 218 | return new Proxy( |
| 219 | new StrandsNode(id, dimension, strandsContext), |
| 220 | swizzleTrap(id, dimension, strandsContext, onRebind) |
| 221 | ); |
| 222 | } |
no test coverage detected