()
| 798 | * @returns {jQuery} The reference to the original htCore. |
| 799 | */ |
| 800 | export function getHtCore() { |
| 801 | return $(hot().rootElement).find('.htCore').first(); |
| 802 | } |
| 803 | |
| 804 | /** |
| 805 | * @returns {jQuery} |
no test coverage detected
searching dependent graphs…