()
| 15 | |
| 16 | class LitQueryProvider extends QueryClientProvider { |
| 17 | constructor() { |
| 18 | super() |
| 19 | this.client = queryClient |
| 20 | } |
| 21 | |
| 22 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 23 | return this |
nothing calls this directly
no outgoing calls
no test coverage detected