MCPcopy
hub / github.com/webpack/webpack / _removeDetails

Function _removeDetails

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

Source from the content-addressed store, hash-verified

1755 }
1756}
1757async function _removeDetails() {
1758 _hideTheForm();
1759 await _createToolbarTable(buttons.STATE.initialize);
1760 _showFormButtons(buttons.STATE.initialize);
1761}
1762function urlParameterAvailable(name = "") {
1763 return window.location.href.indexOf(name) !== -1;
1764}

Callers 5

onClickTableFunction · 0.85
_updateTableContentFunction · 0.85
_resetDetailsFunction · 0.85
_showFormFunction · 0.85

Calls 3

_hideTheFormFunction · 0.85
_createToolbarTableFunction · 0.85
_showFormButtonsFunction · 0.85

Tested by

no test coverage detected