MCPcopy
hub / github.com/webpack/webpack / onGoToSi

Function onGoToSi

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

Source from the content-addressed store, hash-verified

190 }
191}
192function onGoToSi() {
193 const selection = _tableObject.getSelection();
194 if (selection.length > 0) {
195 const hPk = getPKfromModule();
196 replacePage(
197 urlGotoSiFromJobService({
198 jobId: hPk.jobid,
199 posNos: _getListofSelectedRow()
200 })
201 );
202 } else {
203 showLoadingWarning(TC.selectionEmpty);
204 }
205}
206async function onShiftPosition(state) {
207 const pk = getPKFromSelection();
208 if (pk !== null) {

Callers

nothing calls this directly

Calls 2

getPKfromModuleFunction · 0.85
_getListofSelectedRowFunction · 0.85

Tested by

no test coverage detected