MCPcopy
hub / github.com/webpack/webpack / onJobToOrderPos

Function onJobToOrderPos

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

Source from the content-addressed store, hash-verified

305 }
306}
307async function onJobToOrderPos(withMultipleSelection) {
308 const hPk = getPKfromModule();
309 await jobToOrderPos(
310 hPk.orderId,
311 _tableObject.getSelection(),
312 withMultipleSelection
313 );
314 await _updateTableContent();
315}
316function onStatusChange() {
317 const selection = _tableObject.getSelection();
318 const hPk = getPKfromModule();

Callers

nothing calls this directly

Calls 2

getPKfromModuleFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected