()
| 124 | |
| 125 | class MutationExampleRoot extends LitElement { |
| 126 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 127 | return this |
| 128 | } |
| 129 | |
| 130 | render() { |
| 131 | return html` |
nothing calls this directly
no outgoing calls
no test coverage detected