()
| 12 | let instance: ComponentInternalInstance | null = null |
| 13 | const Comp = { |
| 14 | setup() { |
| 15 | instance = getCurrentInstance() |
| 16 | return () => null |
| 17 | }, |
| 18 | } |
| 19 | render(h(Comp), nodeOps.createElement('div')) |
| 20 |
nothing calls this directly
no test coverage detected