()
| 10976 | } |
| 10977 | } |
| 10978 | finalize() { |
| 10979 | if (this.element) document.body.removeChild(this.element); |
| 10980 | this.element = null; |
| 10981 | } |
| 10982 | } |
| 10983 | function getRows(item, options) { |
| 10984 | const rows = []; |
nothing calls this directly
no outgoing calls
no test coverage detected