MCPcopy
hub / github.com/webpack/webpack / onCopyFromOrderToJob

Function onCopyFromOrderToJob

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

Source from the content-addressed store, hash-verified

272 ];
273}
274async function onCopyFromOrderToJob() {
275 if (_parentTableSelection) {
276 const id = _parentTableSelection.orde_orderid;
277 await copyFromOrderToJob(id, _staticData, _getListofSelectedRow());
278 await _updateTableContent();
279 }
280}
281async function onMove() {
282 if (_parentTableSelection) {
283 const id = _parentTableSelection.job_jobid;

Callers

nothing calls this directly

Calls 2

_getListofSelectedRowFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected