MCPcopy
hub / github.com/webpack/webpack / _getListofSelectedRow

Function _getListofSelectedRow

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

Source from the content-addressed store, hash-verified

2948 return "." + SplitViewPage.getDetailsFormClass();
2949}
2950function _getListofSelectedRow() {
2951 const CURRENT_ROW = _tableObject.getCurrentRow();
2952 return CURRENT_ROW === null
2953 ? []
2954 : _.compact(_.map(_tableObject.getSelection(), "jpos_posno"));
2955}
2956function getSelectionCount() {
2957 const selection = _tableObject.getSelection();
2958 return selection.length;

Callers 6

onGoToSiFunction · 0.85
onCopyFunction · 0.85
onDuplicateFunction · 0.85
onCopyFromOrderToJobFunction · 0.85
onMoveFunction · 0.85
_createToolbarTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected