()
| 75 | |
| 76 | class BasicQueryRoot extends LitElement { |
| 77 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 78 | return this |
| 79 | } |
| 80 | |
| 81 | render() { |
| 82 | return html` |
nothing calls this directly
no outgoing calls
no test coverage detected