()
| 41 | |
| 42 | class ContractProviderA extends QueryClientProvider { |
| 43 | constructor() { |
| 44 | super() |
| 45 | this.client = contractClientA |
| 46 | } |
| 47 | |
| 48 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 49 | return this |
nothing calls this directly
no outgoing calls
no test coverage detected