MCPcopy
hub / github.com/webpack/webpack / _saveCompleted

Function _saveCompleted

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

Source from the content-addressed store, hash-verified

2000 return false;
2001}
2002async function _saveCompleted(newPosNo) {
2003 _formObject.setActive(false);
2004 _formObject.memorizeCurrentValues();
2005 if (_isFormInDialog && _isFormInDialogJobPK !== null) {
2006 _isFormInDialogJobPK.jpos_posno = newPosNo;
2007
2008 await _showForm(
2009 buttons.STATE.show,
2010 _isFormInDialogJobPK,
2011 _isFormInDialogSelector
2012 );
2013 } else {
2014
2015 await _updateTableContent();
2016 }
2017}
2018async function showSISaveConfirmDialog(message) {
2019 const ok = await confirmDialog(message);
2020 if (ok) {

Callers 1

_saveFormFunction · 0.85

Calls 3

_showFormFunction · 0.85
_updateTableContentFunction · 0.85
setActiveMethod · 0.80

Tested by

no test coverage detected