()
| 48 | } |
| 49 | |
| 50 | function updateDom() { |
| 51 | data = buildTable(); |
| 52 | setInput(data); |
| 53 | } |
| 54 | |
| 55 | function createDom() { |
| 56 | const hostElement = document.getElementById('table')!; |
nothing calls this directly
no test coverage detected
searching dependent graphs…