()
| 22 | } |
| 23 | |
| 24 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 25 | return this |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | customElements.define('basic-query-provider', BasicQueryProvider) |
nothing calls this directly
no outgoing calls
no test coverage detected