MCPcopy
hub / github.com/handsontable/handsontable / destroy

Function destroy

handsontable/src/focusManager/scope.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 * Destroys the scope.
116 */
117 const destroy = () => {
118 focusCatchers?.destroy();
119 };
120
121 return {
122 getType: () => mergedOptions.type as string,

Callers 15

MemoryLeakTest.jsFile · 0.50
ghostTable.spec.jsFile · 0.50
index.spec.jsFile · 0.50
index.spec.jsFile · 0.50
hiddenRows.spec.jsFile · 0.50
general.spec.jsFile · 0.50
home.spec.jsFile · 0.50
shiftSpace.spec.jsFile · 0.50

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…