MCPcopy
hub / github.com/webpack/webpack / _setTableData

Function _setTableData

test/configCases/inner-graph/issue-11678/module.js:1413–1416  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1411 }
1412}
1413function _setTableData(obj) {
1414 _tableData.cols = obj.cols;
1415 _tableData.rows = obj.rows;
1416}
1417function _rerenderTable() {
1418 _tableObject.show(_tableData);
1419 if (getSession().userPreferences.autoAdjustColWidth) {

Callers 1

_updateTableContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected