()
| 56 | |
| 57 | class ContractProviderB extends QueryClientProvider { |
| 58 | constructor() { |
| 59 | super() |
| 60 | this.client = contractClientB |
| 61 | } |
| 62 | |
| 63 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 64 | return this |
nothing calls this directly
no outgoing calls
no test coverage detected