MCPcopy
hub / github.com/webpack/webpack / getSelectionCount

Function getSelectionCount

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

Source from the content-addressed store, hash-verified

2954 : _.compact(_.map(_tableObject.getSelection(), "jpos_posno"));
2955}
2956function getSelectionCount() {
2957 const selection = _tableObject.getSelection();
2958 return selection.length;
2959}
2960function getPKFromSelection() {
2961 const selection = _tableObject.getSelection();
2962 if (selection.length === 0) {

Callers 2

_createToolbarTableFunction · 0.85
getDataAndShowTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected