MCPcopy
hub / github.com/webpack/webpack / onDefineLayout

Function onDefineLayout

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

Source from the content-addressed store, hash-verified

296 }
297}
298async function onDefineLayout() {
299 const pk = getPKFromSelection();
300 if (pk !== null) {
301 const ok = await defineLayoutDialog(pk);
302 if (ok) {
303 await _updateTableContent();
304 }
305 }
306}
307async function onJobToOrderPos(withMultipleSelection) {
308 const hPk = getPKfromModule();
309 await jobToOrderPos(

Callers

nothing calls this directly

Calls 2

getPKFromSelectionFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected