MCPcopy
hub / github.com/handsontable/handsontable / getHtCore

Function getHtCore

handsontable/test/helpers/common.js:800–802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

798 * @returns {jQuery} The reference to the original htCore.
799 */
800export function getHtCore() {
801 return $(hot().rootElement).find('.htCore').first();
802}
803
804/**
805 * @returns {jQuery}

Callers 15

countCellsFunction · 0.85
pageSize.spec.jsFile · 0.85
firstPage.spec.jsFile · 0.85
lastPage.spec.jsFile · 0.85
setPage.spec.jsFile · 0.85

Calls 2

$Function · 0.85
hotFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…