()
| 64 | } |
| 65 | |
| 66 | finalize() { |
| 67 | if (this.element) { |
| 68 | document.body.removeChild(this.element); |
| 69 | } |
| 70 | this.element = null; |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | function getRows(item: object, options: TooltipOptions) { |
nothing calls this directly
no outgoing calls
no test coverage detected