MCPcopy
hub / github.com/webpack/webpack / deleteEntryJob

Function deleteEntryJob

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

Source from the content-addressed store, hash-verified

2154 }
2155}
2156async function deleteEntryJob(para) {
2157 const result = await servicesData.setDeletePosList(para);
2158 if (result) {
2159 if (_isFormInDialog && _isFormInDialogSelector !== null) {
2160 $(_isFormInDialogSelector).html("");
2161
2162 _showFormButtons(buttons.STATE.initialize);
2163 } else {
2164 _tableSelectionPosNo = null;
2165 await _updateTableContent();
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182 }
2183 }
2184}
2185async function deleteEntrySiCheck() {
2186 const selectedListPosNo = _tableObject
2187 .getSelection()

Callers 1

_deleteEntryFunction · 0.85

Calls 3

$Function · 0.85
_showFormButtonsFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected