MCPcopy
hub / github.com/webpack/webpack / onAutoSums

Function onAutoSums

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

Source from the content-addressed store, hash-verified

327 };
328}
329async function onAutoSums() {
330 if (_parentTableSelection) {
331 await autoSumsDialog(
332 _getModuleName(),
333 _parentTableSelection,
334 _staticData.lists.listPosTypesAutoSum
335 );
336 await _updateTableContent();
337 }
338}
339async function onInsertService() {
340 const hPk = getPKfromModule();
341 const data = {

Callers

nothing calls this directly

Calls 2

_getModuleNameFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected