| 480 | } |
| 481 | const button = document.createElement("button"); |
| 482 | button.textContent = this.textContent; |
| 483 | button.onclick = this.onClickEvent.bind(this); |
| 484 | this.buttonHtml = button; |
| 485 | div.append(button); |
nothing calls this directly
no outgoing calls
no test coverage detected