()
| 24 | } |
| 25 | |
| 26 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 27 | return this |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | customElements.define('mutation-example-provider', MutationExampleProvider) |
nothing calls this directly
no outgoing calls
no test coverage detected